aboutsummaryrefslogtreecommitdiff
path: root/libcrystfel/src/detector.h
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2015-12-05 13:35:56 -0800
committerThomas White <taw@physics.org>2015-12-05 13:47:36 -0800
commitf094e70fd60899579a8452c1c08121f25e0be885 (patch)
tree379f0a5ec91694c2a4df26a76e3dbe600bd6fdf3 /libcrystfel/src/detector.h
parent3fe4c04aacd623f76dcb35114a02b2b001900d4e (diff)
Add option for per-pixel saturation values
Diffstat (limited to 'libcrystfel/src/detector.h')
-rw-r--r--libcrystfel/src/detector.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/libcrystfel/src/detector.h b/libcrystfel/src/detector.h
index 5e544b75..540db4b6 100644
--- a/libcrystfel/src/detector.h
+++ b/libcrystfel/src/detector.h
@@ -97,6 +97,8 @@ struct panel
char *clen_from;
char *mask;
char *mask_file;
+ char *satmap;
+ char *satmap_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 */