aboutsummaryrefslogtreecommitdiff
path: root/libcrystfel/src/index.h
diff options
context:
space:
mode:
authorAlexandra Tolstikova <zaqweeeer@gmail.com>2015-02-11 11:52:53 +0100
committerAlexandra Tolstikova <zaqweeeer@gmail.com>2015-02-11 11:52:53 +0100
commita80c4c5d0fbc26062084dde2c380ae5370dcd600 (patch)
tree88508de9681a06533d5527111175338ae31bdcbf /libcrystfel/src/index.h
parentfaa45cdf126772d75dae76f73533b129ea3ff4bc (diff)
'asdf' indexing method added
Diffstat (limited to 'libcrystfel/src/index.h')
-rw-r--r--libcrystfel/src/index.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/libcrystfel/src/index.h b/libcrystfel/src/index.h
index 0e105aeb..709b7507 100644
--- a/libcrystfel/src/index.h
+++ b/libcrystfel/src/index.h
@@ -41,6 +41,9 @@
#define INDEXING_DEFAULTS_DIRAX (INDEXING_DIRAX | INDEXING_CHECK_PEAKS \
| INDEXING_CHECK_CELL_COMBINATIONS)
+#define INDEXING_DEFAULTS_ASDF (INDEXING_ASDF | INDEXING_CHECK_PEAKS \
+ | INDEXING_CHECK_CELL_COMBINATIONS)
+
#define INDEXING_DEFAULTS_MOSFLM (INDEXING_MOSFLM | INDEXING_CHECK_PEAKS \
| INDEXING_CHECK_CELL_COMBINATIONS \
| INDEXING_USE_LATTICE_TYPE)
@@ -95,6 +98,7 @@ typedef enum {
INDEXING_GRAINSPOTTER = 4,
INDEXING_XDS = 5,
INDEXING_SIMULATION = 6,
+ INDEXING_ASDF = 7,
/* Bits at the top of the IndexingMethod are flags which modify the
* behaviour of the indexer. */