aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2011-08-15 14:49:32 +0200
committerThomas White <taw@physics.org>2012-02-22 15:27:36 +0100
commitc2721f91a4ea2ba24b28480946321d790898e262 (patch)
tree95d4d5d73556732e60e5bfb00378613d92689611
parent9695eab2909252a352e521d354d0c6c70de27210 (diff)
Update docs
-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"