From 8907b7cb333a893720cac1def3d86dbe26600fa8 Mon Sep 17 00:00:00 2001 From: Thomas White Date: Sat, 9 Feb 2013 10:18:48 -0800 Subject: Clarify lattice type information --- src/indexamajig.c | 22 ++-------------------- 1 file changed, 2 insertions(+), 20 deletions(-) (limited to 'src/indexamajig.c') 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= 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= 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" @@ -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" ); } -- cgit v1.2.3