From a9d289c5c9c5c3491b8ecd6580c381a423094734 Mon Sep 17 00:00:00 2001 From: Thomas White Date: Tue, 12 Feb 2013 02:16:44 -0800 Subject: Improve handling of indexing methods --- libcrystfel/src/image.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'libcrystfel/src/image.h') 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 */ -- cgit v1.2.3