aboutsummaryrefslogtreecommitdiff
path: root/src/indexamajig.c
diff options
context:
space:
mode:
authorThomas White <taw@bitwiz.org.uk>2010-04-02 21:03:26 +0200
committerThomas White <taw@bitwiz.org.uk>2010-04-02 21:03:26 +0200
commitf0e07fd8d7c767203de7072a2869b7cb13f96016 (patch)
tree376b00e525874d97bd0e19135b1d96eebc5cb9eb /src/indexamajig.c
parentd430dcb7d2d1c6af47888bfc70dcbfd55b32cf1a (diff)
indexamajig: Improve --help
Diffstat (limited to 'src/indexamajig.c')
-rw-r--r--src/indexamajig.c6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/indexamajig.c b/src/indexamajig.c
index db09928f..03dc23b0 100644
--- a/src/indexamajig.c
+++ b/src/indexamajig.c
@@ -80,6 +80,7 @@ static void show_help(const char *s)
"\n"
" -i, --input=<filename> Specify file containing list of images to process.\n"
" '-' means stdin, which is the default.\n"
+"\n"
" --indexing=<method> Use 'method' for indexing. Choose from:\n"
" none : no indexing\n"
" dirax : invoke DirAx\n"
@@ -97,7 +98,10 @@ static void show_help(const char *s)
" the \"near Bragg\" location, its coordinates will\n"
" be taken as the centre instead.\n"
" --simulate Simulate the diffraction pattern using the indexed\n"
-" unit cell.\n"
+" unit cell. The simulated pattern will be saved\n"
+" as \"simulated.h5\". You can TRY to combine this\n"
+" with \"-j <n>\" with n greater than 1, but it's\n"
+" not a good idea.\n"
" --filter-cm Perform common-mode noise subtraction on images\n"
" before proceeding. Intensities will be extracted\n"
" from the image as it is after this processing.\n"