diff options
author | Thomas White <taw@physics.org> | 2011-08-15 14:49:32 +0200 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2012-02-22 15:27:36 +0100 |
commit | c2721f91a4ea2ba24b28480946321d790898e262 (patch) | |
tree | 95d4d5d73556732e60e5bfb00378613d92689611 /doc | |
parent | 9695eab2909252a352e521d354d0c6c70de27210 (diff) |
Update docs
Diffstat (limited to 'doc')
-rw-r--r-- | doc/man/indexamajig.1 | 5 |
1 files changed, 4 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 |