diff options
author | Thomas White <taw@physics.org> | 2018-04-20 11:27:07 +0200 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2018-04-20 17:36:40 +0200 |
commit | 7c0a1228c1254db06e0f5956cdc9691e86033cda (patch) | |
tree | d732530d017b621966abde70aca4b2aaf50311e5 /libcrystfel/src/index.c | |
parent | 8314534edc2f5076239d2ee39833d84df2b8be9c (diff) |
Restore peak alignment check and unset multi-lattice indexing as default
Unfortunately, they seem to be severely reducing data quality.
Partially reverts 60c48f3876b0d3c30bf729ce691dbd3f56665c4c
Diffstat (limited to 'libcrystfel/src/index.c')
-rw-r--r-- | libcrystfel/src/index.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libcrystfel/src/index.c b/libcrystfel/src/index.c index a62dfcf1..b20c689a 100644 --- a/libcrystfel/src/index.c +++ b/libcrystfel/src/index.c @@ -316,9 +316,9 @@ IndexingPrivate *setup_indexing(const char *method_list, UnitCell *cell, ERROR("To disable prediction refinement ('norefine'), use --no-refine.\n"); ERROR("To check cell axes only ('axes'), use --no-cell-combinations.\n"); ERROR("To disable all unit cell checks ('raw'), use --no-check-cell.\n"); + ERROR("To disable peak alignment check ('bad'), use --no-check-peaks.\n"); ERROR("To disable indexing retry ('noretry'), use --no-retry.\n"); - ERROR("Multi-lattice indexing ('multi') is now the default: " - "use --no-multi to disable it.\n"); + ERROR("To enable multi-lattice indexing by 'delete and retry', use --multi\n"); ERROR("------------------\n"); free(methods); return NULL; |