From c2721f91a4ea2ba24b28480946321d790898e262 Mon Sep 17 00:00:00 2001 From: Thomas White Date: Mon, 15 Aug 2011 14:49:32 +0200 Subject: Update docs --- doc/man/indexamajig.1 | 5 ++++- src/indexamajig.c | 1 + 2 files changed, 5 insertions(+), 1 deletion(-) 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= Get detector geometry from file.\n" " -b, --beam= Get beam parameters from file (provides nominal\n" " wavelength value if no per-shot value is found in\n" -- cgit v1.2.3