diff options
author | Thomas White <taw@physics.org> | 2013-03-06 15:42:23 +0100 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2013-03-06 15:42:23 +0100 |
commit | 1e03ed982741fdc576ec5a915da120450df20499 (patch) | |
tree | 63d5edb6fc0bc94192da6b0bbe655b510cbfba76 /doc/man | |
parent | ba8815d66d9d5a0b39042a756fa04e8d0eda73d6 (diff) |
process_hkl: Restore --start-after and --stop-after
Diffstat (limited to 'doc/man')
-rw-r--r-- | doc/man/process_hkl.1 | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/doc/man/process_hkl.1 b/doc/man/process_hkl.1 index 1a8bc05b..55af8261 100644 --- a/doc/man/process_hkl.1 +++ b/doc/man/process_hkl.1 @@ -58,18 +58,12 @@ Set the minimum and maximum values, and the number of bins, to \fImin\fR, \fImax .PD 0 .IP \fB--start-after=\fR\fIn\fR .PD -Ignore the first \fIn\fR patterns in the stream. +Ignore the first \fIn\fR crystals in the input. The default is \fB--start-after=0\fR, i.e. start at the beginning. .PD 0 .IP \fB--stop-after=\fR\fIn\fR .PD -Stop after processing \fIn\fR patterns. - -.PD 0 -.IP \fB--start-after=\fR\fIn\fR -.PD -Ignore the first \fIn\fR patterns in the stream, not including those skipped -with \fB--start-after\fR, if any. +Stop processing after \fIn\fR crystals have been successfully merged. The default is \fB--stop-after=0\fR, which means to process all the patterns from the start point to the end of the input (see \fB--start-after\fR). .PD 0 .IP \fB--reference=\fR\fIfilename\fR |