aboutsummaryrefslogtreecommitdiff
path: root/libcrystfel/src/index.h
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2013-10-29 18:03:07 +0100
committerThomas White <taw@physics.org>2013-10-29 18:03:44 +0100
commite6508cf8ffb1a686edfe2cda33a0580bb7bd78ec (patch)
tree15079a094a67878c069952873db3554598ca2c2f /libcrystfel/src/index.h
parentd9b5f901b7a08514a9a0fe55f738994866430be7 (diff)
Change XDS default behaviour, and add warning about axis permutation
Diffstat (limited to 'libcrystfel/src/index.h')
-rw-r--r--libcrystfel/src/index.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/libcrystfel/src/index.h b/libcrystfel/src/index.h
index 8961c8aa..e71a4c6f 100644
--- a/libcrystfel/src/index.h
+++ b/libcrystfel/src/index.h
@@ -54,8 +54,10 @@
| INDEXING_USE_CELL_PARAMETERS \
| INDEXING_CHECK_PEAKS)
+/* Axis check is needed for XDS, because it likes to permute the axes */
#define INDEXING_DEFAULTS_XDS (INDEXING_XDS | INDEXING_USE_LATTICE_TYPE \
| INDEXING_USE_CELL_PARAMETERS \
+ | INDEXING_CHECK_CELL_AXES \
| INDEXING_CHECK_PEAKS)
/**