diff options
author | Thomas White <taw@physics.org> | 2015-02-24 11:16:18 +0100 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2015-02-24 11:19:54 +0100 |
commit | 44ead20f6d3f9017c4e789772e14014505861828 (patch) | |
tree | ba4449e5845134ee7c9362e6b62d40c04f9126b4 | |
parent | f4dd9897c4ed7160bb1c17c94edc107f6af8567f (diff) |
Fix manual page for partial_sim
-rw-r--r-- | doc/man/partial_sim.1 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/man/partial_sim.1 b/doc/man/partial_sim.1 index dbf2a5ba..86ef0701 100644 --- a/doc/man/partial_sim.1 +++ b/doc/man/partial_sim.1 @@ -112,7 +112,7 @@ Use \fIn\fR threads for simulation. Default: 1. .B .IP "\fB--images=\fR\fIprefix\fR" .PD -For each chunk in the output stream, write a 'sketch' image in HDF5 format to \fIprefix\fR\fB/sim-\fR\fINNN\fR\fB.h5\fR, where \fINNN\fR is the sequence number of the chunk in the output stream. This option is incompatible with \fB-j\fR. The intensities in the peaks in the sketches will have th +For each chunk in the output stream, write a 'sketch' image in HDF5 format to \fIprefix\fR\fB/sim-\fR\fINNN\fR\fB.h5\fR, where \fINNN\fR is the sequence number of the chunk in the output stream. This option is incompatible with \fB-j\fR. The intensities in the peaks in the sketches will be equal to the partial intensities in the stream, including noise and overall scaling factors. The images will also contain a random Poisson-distributed background according to \fB--background\fR. .PD 0 .B |