aboutsummaryrefslogtreecommitdiff
path: root/libcrystfel/src/predict-refine.h
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2023-06-20 13:16:35 +0200
committerThomas White <taw@physics.org>2023-07-28 13:22:05 +0200
commit505a385d5d58373ef0627b8944bb78d17e347c8a (patch)
tree31894323b9b382b98bb0e8b111debf4cf923abb2 /libcrystfel/src/predict-refine.h
parent463fcdb3279302a4d726389cafc20f1b7a8cc64a (diff)
Trim the list of geometric parameters
Diffstat (limited to 'libcrystfel/src/predict-refine.h')
-rw-r--r--libcrystfel/src/predict-refine.h21
1 files changed, 6 insertions, 15 deletions
diff --git a/libcrystfel/src/predict-refine.h b/libcrystfel/src/predict-refine.h
index c667dc6d..8a2f6ef0 100644
--- a/libcrystfel/src/predict-refine.h
+++ b/libcrystfel/src/predict-refine.h
@@ -42,21 +42,12 @@ enum gparam {
GPARAM_CSX,
GPARAM_CSY,
GPARAM_CSZ,
- GPARAM_R,
- GPARAM_DIV,
- GPARAM_DETX,
- GPARAM_DETY,
- GPARAM_CLEN,
- GPARAM_OSF, /* Linear scale factor */
- GPARAM_BFAC, /* D-W scale factor */
- 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 */
+ GPARAM_DET_TX,
+ GPARAM_DET_TY,
+ GPARAM_DET_TZ,
+ GPARAM_DET_RX, /* Detector panel (group) rotation about +x */
+ GPARAM_DET_RY, /* Detector panel (group) rotation about +y */
+ GPARAM_DET_RZ, /* Detector panel (group) rotation about +z */
};