From 64fb806753a89a29cf7a67ed280d8b51b52edd14 Mon Sep 17 00:00:00 2001 From: Thomas White Date: Mon, 18 Feb 2013 10:47:12 +0100 Subject: Read GrainSpotter's output properly --- libcrystfel/src/index.h | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'libcrystfel/src/index.h') 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, -- cgit v1.2.3