aboutsummaryrefslogtreecommitdiff
path: root/src/pattern_sim.c
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2010-02-22 16:31:20 +0100
committerThomas White <taw@physics.org>2010-02-22 16:31:20 +0100
commit39319d29e02fe2491ead6cbceb72ac93c71a54c1 (patch)
tree483a99c63899a357a0fd476f8e2d307e6b5f6017 /src/pattern_sim.c
parent6ddfbda76ce7e2221cab4be50e03a370a302c3c5 (diff)
Update help
Diffstat (limited to 'src/pattern_sim.c')
-rw-r--r--src/pattern_sim.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/pattern_sim.c b/src/pattern_sim.c
index 26b863cf..574f6f1c 100644
--- a/src/pattern_sim.c
+++ b/src/pattern_sim.c
@@ -44,11 +44,12 @@ static void show_help(const char *s)
" --gpu Use the GPU to speed up the calculation.\n"
"\n"
" --near-bragg Output h,k,l,I near Bragg conditions.\n"
-" --powder Output a powder pattern as results/powder.h5.\n"
" -n, --number=<N> Generate N images. Default 1.\n"
" --no-images Do not output any HDF5 files.\n"
" -r, --random-orientation Use a randomly generated orientation\n"
" (a new orientation will be used for each image).\n"
+" --powder Write a summed pattern of all images simulated by\n"
+" this invocation to results/integr.h5.\n"
"\n"
"By default, the simulation aims to be as accurate as possible. For greater\n"
"speed, or for testing, you can choose to disable certain things using the\n"
@@ -59,6 +60,7 @@ static void show_help(const char *s)
" --no-bloom Do not calculate CCD bloom (intensities which are\n"
" above the recordable range will be clamped to\n"
" the maximum allowable value).\n"
+" --no-sfac Pretend that all structure factors are 1.\n"
);
}