We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 50a3446 commit adfec82Copy full SHA for adfec82
src/flex_analyser.cpp
@@ -93,7 +93,7 @@ void FlexAnalyser::initialise()
93
// This creates a rotation matrix for (rot,tilt,psi) = (0,90,0)
94
// It will be used to make all Abody orientation matrices relative to (0,90,0) instead of the more logical (0,0,0)
95
// This is useful, as psi-priors are ill-defined around tilt=0, as rot becomes the same as -psi!!
96
- rotation3DMatrix(-90., 'Y', A_rot90, false);
+ rotation3DMatrix(+90., 'Y', A_rot90, false);
97
A_rot90T = A_rot90.transpose();
98
99
if (do_PCA_orient)
0 commit comments