aboutsummaryrefslogtreecommitdiff
path: root/libcrystfel/src/index.h
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2017-09-22 13:50:30 +0200
committerThomas White <taw@physics.org>2017-09-22 13:50:30 +0200
commitd9982145681e16b896d275e297fe6fc0bb406692 (patch)
treebb3faa3a260025287cbb10847d5169eec4d51773 /libcrystfel/src/index.h
parente07517ba5b579c757908ed0855ac6ee0e8f5cd3b (diff)
asdf uses prior information for its volume constraint, so add "cell" to the method
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 2aad377b..516a9368 100644
--- a/libcrystfel/src/index.h
+++ b/libcrystfel/src/index.h
@@ -41,7 +41,8 @@
#define INDEXING_DEFAULTS_DIRAX (INDEXING_DIRAX)
-#define INDEXING_DEFAULTS_ASDF (INDEXING_ASDF)
+#define INDEXING_DEFAULTS_ASDF (INDEXING_ASDF | INDEXING_USE_LATTICE_TYPE \
+ | INDEXING_USE_CELL_PARAMETERS)
#define INDEXING_DEFAULTS_MOSFLM (INDEXING_MOSFLM | INDEXING_USE_LATTICE_TYPE \
| INDEXING_USE_CELL_PARAMETERS)