aboutsummaryrefslogtreecommitdiff
path: root/libcrystfel/src/detector.h
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2015-07-07 11:01:47 +0200
committerThomas White <taw@physics.org>2015-07-07 11:17:03 +0200
commitf50d2f8a6bad4e1fbac7ef078cf51471848b3b31 (patch)
tree877a6a312ab16ceef77936602da12c3211a1ac86 /libcrystfel/src/detector.h
parent0fe3d70479d6e0a8d50ac6f833b37b336233e9db (diff)
Add mask_file to geometry file, to allow bad pixel mask to be stored separately
Diffstat (limited to 'libcrystfel/src/detector.h')
-rw-r--r--libcrystfel/src/detector.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libcrystfel/src/detector.h b/libcrystfel/src/detector.h
index acb6609f..582f82b8 100644
--- a/libcrystfel/src/detector.h
+++ b/libcrystfel/src/detector.h
@@ -96,6 +96,7 @@ struct panel
double clen; /* Camera length in metres */
char *clen_from;
char *mask;
+ char *mask_file;
double res; /* Resolution in pixels per metre */
char badrow; /* 'x' or 'y' */
int no_index; /* Don't index peaks in this panel if non-zero */