aboutsummaryrefslogtreecommitdiff
path: root/libcrystfel/src/index.h
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2016-10-19 14:48:08 +0200
committerThomas White <taw@physics.org>2016-10-19 14:48:08 +0200
commitc8029395ae91a4660efdae16b72c2e085ebf14d2 (patch)
treee02c7b741c5fc0aa50bc057768721f330e94d95f /libcrystfel/src/index.h
parent2d2b1219b9ee8689b36056f32b97fbd5349c9fc1 (diff)
Default/required/optional flags for TakeTwo
Diffstat (limited to 'libcrystfel/src/index.h')
-rw-r--r--libcrystfel/src/index.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/libcrystfel/src/index.h b/libcrystfel/src/index.h
index 6ac9792a..23545506 100644
--- a/libcrystfel/src/index.h
+++ b/libcrystfel/src/index.h
@@ -58,8 +58,9 @@
| INDEXING_USE_CELL_PARAMETERS \
| INDEXING_RETRY | INDEXING_REFINE)
-#define INDEXING_DEFAULTS_TAKETWO (INDEXING_TAKETWO \
+#define INDEXING_DEFAULTS_TAKETWO (INDEXING_TAKETWO | INDEXING_CHECK_PEAKS \
| INDEXING_USE_CELL_PARAMETERS \
+ | INDEXING_USE_LATTICE_TYPE \
| INDEXING_RETRY | INDEXING_REFINE)
/* Axis check is needed for XDS, because it likes to permute the axes */