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.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/libcrystfel/src/image.h b/libcrystfel/src/image.h
index 91950e76..3739c01f 100644
--- a/libcrystfel/src/image.h
+++ b/libcrystfel/src/image.h
@@ -42,6 +42,7 @@
#include "detector.h"
#include "reflist.h"
#include "crystal.h"
+#include "index.h"
/* Structure describing a feature in an image */
@@ -79,6 +80,7 @@ typedef struct _imagefeaturelist ImageFeatureList;
*
* Crystal **crystals;
* int n_crystals;
+ * IndexingMethod indexed_by;
*
* struct detector *det;
* struct beam_params *beam;
@@ -128,6 +130,7 @@ struct image {
Crystal **crystals;
int n_crystals;
+ IndexingMethod indexed_by;
struct detector *det;
struct beam_params *beam; /* The nominal beam parameters */