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
39319d29
Commit
39319d29
authored
Feb 22, 2010
by
Thomas White
Browse files
Update help
parent
6ddfbda7
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/pattern_sim.c
View file @
39319d29
...
...
@@ -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
"
);
}
...
...
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