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.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/libcrystfel/src/image.h b/libcrystfel/src/image.h
index 0d131451..a1ac75a3 100644
--- a/libcrystfel/src/image.h
+++ b/libcrystfel/src/image.h
@@ -124,10 +124,14 @@ struct image;
struct image {
+ /* The following three fields will be going away in the future */
float *data;
uint16_t *flags;
double *twotheta;
+ float **dp; /* Data in panel */
+ int **bad; /* Bad pixels by panel */
+
Crystal **crystals;
int n_crystals;
IndexingMethod indexed_by;