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
fe514e51
Commit
fe514e51
authored
Jun 05, 2010
by
Thomas White
Browse files
pattern_sim: Update help
parent
8ead809d
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/pattern_sim.c
View file @
fe514e51
...
...
@@ -62,15 +62,21 @@ static void show_help(const char *s)
" --powder Write a summed pattern of all images simulated by
\n
"
" this invocation to results/integr.h5.
\n
"
" -i, --intensities=<file> Specify file containing reflection intensities
\n
"
" to use.
\n
"
"
(and phases)
to use.
\n
"
" -g, --gradients=<method> Use <method> for the calculation of shape
\n
"
" transform intensities. Choose from:
\n
"
" mosaic : Take the intensity of the nearest
\n
"
" Bragg position.
\n
"
" Bragg position. This is the
\n
"
" fastest method and the only one
\n
"
" supported on the GPU.
\n
"
" interpolate : Interpolate trilinearly between
\n
"
" six adjacent Bragg intensities.
\n
"
" This method has intermediate
\n
"
" accuracy.
\n
"
" phased : As 'interpolate', but take phase
\n
"
" values into account.
\n
"
" values into account. This is the
\n
"
" most accurate method, but the
\n
"
" slowest.
\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
"
...
...
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