aboutsummaryrefslogtreecommitdiff
path: root/libcrystfel/src/image.h
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2013-02-12 02:16:44 -0800
committerThomas White <taw@physics.org>2013-02-12 02:16:44 -0800
commita9d289c5c9c5c3491b8ecd6580c381a423094734 (patch)
tree8b438263b69d4b28bcc84eb5f2f8c547ef2055cd /libcrystfel/src/image.h
parent9b7274a5b5d8a241277d61e980a8ddf922ebf293 (diff)
Improve handling of indexing methods
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 */