diff options
Diffstat (limited to 'doc/man/process_hkl.1')
-rw-r--r-- | doc/man/process_hkl.1 | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/doc/man/process_hkl.1 b/doc/man/process_hkl.1 index 072ee97d..6db3c213 100644 --- a/doc/man/process_hkl.1 +++ b/doc/man/process_hkl.1 @@ -67,6 +67,16 @@ Ignore the first \fIn\fR crystals in the input. The default is \fB--start-after 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--even-only\fR +.PD +Merge only the even-numbered crystals in the stream. "Even-numbered" is defined simply according to position in the stream, i.e. not according to any serial number. See also \fB--odd-only\fR. + +.PD 0 +.IP \fB--odd-only\fR +.PD +Merge only the odd-numbered crystals in the stream. "Odd-numbered" is defined simply according to position in the stream, i.e. not according to any serial number. See also \fB--even-only\fR. + +.PD 0 .IP \fB--scale\fR .PD Perform a second pass through the input, scaling each crystal's intensities to best fit the initial model. |