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.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/libcrystfel/src/datatemplate_priv.h b/libcrystfel/src/datatemplate_priv.h
index f7830a49..aaecf283 100644
--- a/libcrystfel/src/datatemplate_priv.h
+++ b/libcrystfel/src/datatemplate_priv.h
@@ -125,9 +125,6 @@ struct panel_template
double cny;
/**@}*/
- /** Location to get cnz from, e.g. from HDF5 file */
- char *cnz_from;
-
/** The offset to be applied from clen */
double cnz_offset;
@@ -242,6 +239,9 @@ struct _datatemplate
char *shift_x_from;
char *shift_y_from;
+ /** Location to get detector z from, e.g. from HDF5 file */
+ char *cnz_from;
+
char *headers_to_copy[MAX_COPY_HEADERS];
int n_headers_to_copy;
};