aboutsummaryrefslogtreecommitdiff
path: root/libcrystfel/src/index.h
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2013-02-18 10:47:12 +0100
committerThomas White <taw@physics.org>2013-02-18 10:47:12 +0100
commit64fb806753a89a29cf7a67ed280d8b51b52edd14 (patch)
tree85da50c5f5a4b94cacd02569ecd72c2a9d4db4cb /libcrystfel/src/index.h
parent2a33b77d38b6d322e456fa1e2cefcbe50620dc39 (diff)
Read GrainSpotter's output properly
Diffstat (limited to 'libcrystfel/src/index.h')
-rw-r--r--libcrystfel/src/index.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/libcrystfel/src/index.h b/libcrystfel/src/index.h
index a47ee9a0..3c91486b 100644
--- a/libcrystfel/src/index.h
+++ b/libcrystfel/src/index.h
@@ -54,6 +54,10 @@
#define INDEXING_DEFAULTS_REAX (INDEXING_REAX | INDEXING_USE_LATTICE_TYPE \
| INDEXING_CHECK_PEAKS)
+#define INDEXING_DEFAULTS_GRAINSPOTTER (INDEXING_GRAINSPOTTER \
+ | INDEXING_USE_LATTICE_TYPE \
+ | INDEXING_CHECK_PEAKS)
+
/**
* IndexingMethod:
* @INDEXING_NONE: No indexing to be performed
@@ -75,7 +79,7 @@ typedef enum {
INDEXING_GRAINSPOTTER = 4,
/* Bits at the top of the IndexingMethod are flags which modify the
- * behaviour of the indexer, at the moment just by adding checks. */
+ * behaviour of the indexer. */
INDEXING_CHECK_CELL_COMBINATIONS = 256,
INDEXING_CHECK_CELL_AXES = 512,
INDEXING_CHECK_PEAKS = 1024,