diff options
author | Thomas White <taw@physics.org> | 2013-02-09 10:18:48 -0800 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2013-02-09 11:31:26 -0800 |
commit | 8907b7cb333a893720cac1def3d86dbe26600fa8 (patch) | |
tree | 50329c42ab96d3b91a1661ad4b62549d06708ab0 /src | |
parent | afafa4ca344de75f27771d8191e79c6280b68694 (diff) |
Clarify lattice type information
Diffstat (limited to 'src')
-rw-r--r-- | src/indexamajig.c | 22 |
1 files changed, 2 insertions, 20 deletions
diff --git a/src/indexamajig.c b/src/indexamajig.c index 97fb1743..a89ecc5e 100644 --- a/src/indexamajig.c +++ b/src/indexamajig.c @@ -81,7 +81,8 @@ static void show_help(const char *s) " Default: indexamajig.stream\n" "\n" " --indexing=<methods> Use 'methods' for indexing. Provide one or more\n" -" methods separated by commas. See below.\n" +" methods separated by commas.\n" +" See 'man indexamajig' for details.\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" @@ -144,25 +145,6 @@ static void show_help(const char *s) " --integrate-found Skip the spot prediction step, and just integrate\n" " the intensities of the spots found by the initial\n" " peak search.\n" -"\n" -"Indexing methods:\n\n" -" dirax Invoke DirAx, check linear combinations of the resulting cell\n" -" axes for agreement with your cell, and then check that the cell\n" -" accounts for at least half of the peaks from the peak search.\n" -" mosflm As 'dirax', but invoke MOSFLM instead.\n" -" reax Run the DPS algorithm, looking for the axes of your cell.\n" -"\n" -"You can add the following to the above indexing methods:\n" -" -raw Do not check the resulting unit cell\n" -" (Only for 'dirax' and 'mosflm').\n" -" -axes Check permutations of the axes for correspondence with your cell,\n" -" but do not check linear combinations.\n" -" (Only for 'dirax' and 'mosflm').\n" -" -bad Do not check that the cell accounts for any of the peaks.\n" -"\n" -"The default indexing method is 'none', which means no indexing will be done.\n" -"\n" -"Examples: 'dirax,mosflm,reax', 'dirax-raw,mosflm-raw', 'dirax-raw-bad'\n" ); } |