Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Oleksii Turkot
CrystFEL
Commits
c2721f91
Commit
c2721f91
authored
Aug 15, 2011
by
Thomas White
Browse files
Update docs
parent
9695eab2
Changes
2
Hide whitespace changes
Inline
Side-by-side
doc/man/indexamajig.1
View file @
c2721f91
...
...
@@ -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
...
...
src/indexamajig.c
View file @
c2721f91
...
...
@@ -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
"
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment