diff options
author | Thomas White <taw@physics.org> | 2014-11-10 02:01:05 +0100 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2014-11-10 02:01:05 +0100 |
commit | 44fa1b1c46f9cd52fb0f0842a09b1d499e3cf08c (patch) | |
tree | 7d38e34619c512d0ed1ced9b50889c91a7fd10ad /src/pattern_sim.c | |
parent | ecce96b99c98c2b5efadbf186d2085115dbc142a (diff) |
Update docs
Diffstat (limited to 'src/pattern_sim.c')
-rw-r--r-- | src/pattern_sim.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/pattern_sim.c b/src/pattern_sim.c index f60319a6..41f136bb 100644 --- a/src/pattern_sim.c +++ b/src/pattern_sim.c @@ -94,11 +94,9 @@ static void show_help(const char *s) " --background=<N> Add N photons of Poisson background (default 0).\n" " --template=<file> Take orientations from stream <file>.\n" " --no-fringes Exclude the side maxima of Bragg peaks.\n" -" --beam-divergence Beam divergence in radians. Default 1 mrad.\n" " --beam-bandwidth Beam bandwidth as a fraction. Default 1%%.\n" -" --profile-radius Reciprocal space reflection profile radius in m^-1.\n" -" Default 0.001e9 m^-1\n" " --photon-energy Photon energy in eV. Default 9000.\n" +" --nphotons Number of photons per X-ray pulse. Default 1e12.\n" ); } |