aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/man/indexamajig.15
-rw-r--r--src/indexamajig.c1
2 files changed, 5 insertions, 1 deletions
diff --git a/doc/man/indexamajig.1 b/doc/man/indexamajig.1
index 7aa8ac03..99503f43 100644
--- a/doc/man/indexamajig.1
+++ b/doc/man/indexamajig.1
@@ -108,11 +108,14 @@ You can choose between a variety of indexing methods. You can choose more than
one method, in which case each method will be tried in turn until the later cell
reduction step says that the cell is a "hit". Choose from:
+ none : No indexing (default)
dirax : invoke DirAx
mosflm : invoke MOSFLM (DPS)
+ reax : Use the DPS algorithm with known cell parameters
Depending on what you have installed. For "dirax" and "mosflm", you need to
-have the dirax or ipmosflm binaries in your PATH.
+have the dirax or ipmosflm binaries in your PATH. For "reax", you have to
+provide a known unit cell.
Example: --indexing=dirax,mosflm
diff --git a/src/indexamajig.c b/src/indexamajig.c
index dfd66e32..fb8272ea 100644
--- a/src/indexamajig.c
+++ b/src/indexamajig.c
@@ -130,6 +130,7 @@ static void show_help(const char *s)
" none : no indexing (default)\n"
" dirax : invoke DirAx\n"
" mosflm : invoke MOSFLM (DPS)\n"
+" reax : DPS algorithm with known unit cell\n"
" -g. --geometry=<file> Get detector geometry from file.\n"
" -b, --beam=<file> Get beam parameters from file (provides nominal\n"
" wavelength value if no per-shot value is found in\n"