aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/man/indexamajig.15
-rw-r--r--src/indexamajig.c2
2 files changed, 7 insertions, 0 deletions
diff --git a/doc/man/indexamajig.1 b/doc/man/indexamajig.1
index 683c14b0..84322447 100644
--- a/doc/man/indexamajig.1
+++ b/doc/man/indexamajig.1
@@ -342,6 +342,11 @@ Disable retry indexing. After an unsuccessful indexing attempt, indexamajig wou
Skip the prediction refinement step. Usually this will decrease the quality of the results and allow false solutions to get through, but occasionally it might be necessary.
.PD 0
+.IP \fB--check-peaks
+.PD
+Check that most of the peaks can be accounted for by the indexing solution. This usually increases the quality of the indexing solutions, but prevents "subtract and retry" multi-lattice indexing from working well.
+
+.PD 0
.IP \fB--taketwo-member-threshold=\fIn\fR
.IP \fB--taketwo-len-tolerance=\fIn\fR
.IP \fB--taketwo-angle-tolerance=\fIn\fR
diff --git a/src/indexamajig.c b/src/indexamajig.c
index b7f464de..e986e0c7 100644
--- a/src/indexamajig.c
+++ b/src/indexamajig.c
@@ -154,6 +154,8 @@ static void show_help(const char *s)
" --no-multi Don't repeat indexing to index multiple hits.\n"
" --no-retry Don't repeat indexing to increase indexing rate.\n"
" --no-refine Skip the prediction refinement step.\n"
+" --check-peaks Check that most of the peaks can be accounted for\n"
+" by the indexing solution.\n"
"\n"
"\nOptions for greater performance:\n\n"
" -j <n> Run <n> analyses in parallel. Default 1.\n"