aboutsummaryrefslogtreecommitdiff
path: root/libcrystfel/src/geometry.h
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2023-06-16 14:49:48 +0200
committerThomas White <taw@physics.org>2023-07-28 13:22:05 +0200
commit4d7b87c1e9d57773733b22608d0c20513fad923d (patch)
treece41e951e73d966cc16f4b2c43b3d252b12452b4 /libcrystfel/src/geometry.h
parente9906650fd078b3a8c60581847d8d423f6c22e5e (diff)
Fix horribly confusing rotation labels
Diffstat (limited to 'libcrystfel/src/geometry.h')
-rw-r--r--libcrystfel/src/geometry.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/libcrystfel/src/geometry.h b/libcrystfel/src/geometry.h
index 19c6a23a..21bd4d39 100644
--- a/libcrystfel/src/geometry.h
+++ b/libcrystfel/src/geometry.h
@@ -83,6 +83,9 @@ enum gparam {
GPARAM_ANG1, /* Out of plane rotation angles of crystal */
GPARAM_ANG2,
GPARAM_WAVELENGTH,
+ GPARAM_ROTX, /* Detector panel rotation about +x */
+ GPARAM_ROTY, /* Detector panel rotation about +y */
+ GPARAM_ROTZ, /* Detector panel rotation about +z */
GPARAM_EOL /* End of list */
};