v1.0.0-rc.70

This commit is contained in:
2025-08-27 06:21:10 +02:00
parent 06978efe6b
commit bb32f27635
229 changed files with 2446 additions and 399 deletions
+1 -1
View File
@@ -180,7 +180,7 @@ float DiffractionGeometry::AngleFromEwaldSphere_deg(const Coord &p0) const {
void DiffractionGeometry::UpdatePoniRotMatrix() {
poni_rot = RotMatrix(-poni_rot_3, {0,0,1})
* RotMatrix(poni_rot_2, {1,0,0})
* RotMatrix(-poni_rot_2, {1,0,0})
* RotMatrix(poni_rot_1, {0,1,0});
}