diff options
author | Thomas White <taw@physics.org> | 2015-07-07 11:57:33 +0200 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2015-07-07 11:57:33 +0200 |
commit | 270e3440f7fe3f8da5d31666c429179b9ae07798 (patch) | |
tree | f4d2785a421575630b52892b752492db8ea81f20 /doc | |
parent | ca3e32582fd6b42fbc10778ded0db184db993e56 (diff) |
Update docs
Diffstat (limited to 'doc')
-rw-r--r-- | doc/man/partialator.1 | 10 | ||||
-rw-r--r-- | doc/man/process_hkl.1 | 10 |
2 files changed, 20 insertions, 0 deletions
diff --git a/doc/man/partialator.1 b/doc/man/partialator.1 index 3f24a34f..5c3c24bb 100644 --- a/doc/man/partialator.1 +++ b/doc/man/partialator.1 @@ -95,6 +95,16 @@ Include a reflection in the output only if it appears at least least \fIn\fR tim .PD Merge reflections which are up to \fIn\fR nm^-1 higher than the apparent resolution limit of each individual crystal. \fIn\fR can be negative to merge \fIlower\fR than the apparent resolution limit. The default is \fBpush-res=0\fR - note that this is different to the default behaviour of \fBprocess_hkl\fR. +.PD 0 +.IP \fB--start-after=\fR\fIn\fR +.PD +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 processing after \fIn\fR crystals have been successfully read. 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). + .SH PARTIALITY MODELS The available partiality models are: 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. |