aboutsummaryrefslogtreecommitdiff
path: root/libcrystfel/src/datatemplate_priv.h
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2020-07-09 16:31:54 +0200
committerThomas White <taw@physics.org>2020-07-29 18:53:45 +0200
commit2c9de4119c0fe2338f5f6e54ee91294e3f0f6a74 (patch)
tree333f979756fc66ba594d2e718da6e6e99d0118a9 /libcrystfel/src/datatemplate_priv.h
parent1cfbd01c2e0666fe7c888530e937ff4a310725f6 (diff)
Add detector_shift_{x,y} to geometry file
Diffstat (limited to 'libcrystfel/src/datatemplate_priv.h')
-rw-r--r--libcrystfel/src/datatemplate_priv.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/libcrystfel/src/datatemplate_priv.h b/libcrystfel/src/datatemplate_priv.h
index 75492db5..e9ce3ccb 100644
--- a/libcrystfel/src/datatemplate_priv.h
+++ b/libcrystfel/src/datatemplate_priv.h
@@ -202,6 +202,10 @@ struct _datatemplate
int n_rg_collections;
char *peak_list;
+
+ /* Shift of whole detector, in m */
+ char * shift_x_from;
+ char * shift_y_from;
};
#endif /* DATATEMPLATE_PRIV_H */