aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2016-01-08 17:58:57 +0100
committerThomas White <taw@physics.org>2016-01-08 18:07:44 +0100
commit3df3322433fd3e4532d90ec2d1771a1be5babd4b (patch)
tree7e9553c375a40926ebb35b8203a23c9000e68c95 /doc
parent4ede1c30e188a4734707561350b7c9f074063a92 (diff)
Make indexing "retry" and "multi" optional
Diffstat (limited to 'doc')
-rw-r--r--doc/man/indexamajig.18
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/man/indexamajig.1 b/doc/man/indexamajig.1
index 54d3a9f5..9eaa8c75 100644
--- a/doc/man/indexamajig.1
+++ b/doc/man/indexamajig.1
@@ -91,6 +91,14 @@ Check permutations of the axes for correspondence with your cell, but do not che
.PD
Check linear combinations of the unit cell basis vectors to see if a cell can be produced which looks like your unit cell. See \fB-raw\fR and \fB-axes\fR.
+.IP \fB-retry\fR
+.PD
+If indexing fails, delete some of the weakest peaks and try again. This increases the indexing yield, but decreases the speed. The opposite is \fB-noretry\fR, which prevents indexing from being retried. \fB-retry\R is the default for all indexing methods.
+
+.IP \fB-multi\fR
+.PD
+If indexing succeeds, delete the peaks which are explained by the lattice and try again to see if another lattice can be found. This allows the possibility of finding multiple crystals per pattern (above and beyond what is already found by multi-crystal indexing methods such as \fBfelix\fR. The opposite is \fB-nomulti\fR, which prevents that further indexing attempts. \fB-multi\fR is the default for all the single-crystal indexing methods (i.e. not \fBfelix\fR).
+
.IP \fB-bad\fR
.PD
Do not check that the cell accounts for the peaks found by the peak search. This might be useful to debug initial indexing problems, but as its name suggests it is usually a bad idea.