aboutsummaryrefslogtreecommitdiff
path: root/libcrystfel/src/datatemplate_priv.h
diff options
context:
space:
mode:
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 */