aboutsummaryrefslogtreecommitdiff
path: root/libcrystfel/src/image.h
diff options
context:
space:
mode:
Diffstat (limited to 'libcrystfel/src/image.h')
-rw-r--r--libcrystfel/src/image.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libcrystfel/src/image.h b/libcrystfel/src/image.h
index 52614d06..37904308 100644
--- a/libcrystfel/src/image.h
+++ b/libcrystfel/src/image.h
@@ -161,6 +161,7 @@ struct image {
float **dp; /* Data in panel */
int **bad; /* Bad pixels by panel */
+ float **sat; /* Per-pixel saturation values */
Crystal **crystals;
int n_crystals;