diff options
author | Thomas White <taw@physics.org> | 2014-04-04 11:26:21 +0200 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2014-04-07 16:41:43 +0200 |
commit | b4dc27e6212ef444e51536898be6b5825166e16b (patch) | |
tree | 99fd9f7f8cded0c434e576628d59df08c6fa58b3 /doc/man/check_hkl.1 | |
parent | e619466c35a54ee630abc9520c7246266dbee1e5 (diff) |
Update docs
Diffstat (limited to 'doc/man/check_hkl.1')
-rw-r--r-- | doc/man/check_hkl.1 | 16 |
1 files changed, 14 insertions, 2 deletions
diff --git a/doc/man/check_hkl.1 b/doc/man/check_hkl.1 index 97787e3b..4c411d7d 100644 --- a/doc/man/check_hkl.1 +++ b/doc/man/check_hkl.1 @@ -39,12 +39,20 @@ Discard reflections with I/sigma(I) < \fIn\fR. Default: -infinity (no cutoff). .PD 0 .IP \fB--rmin=\fR\fI1/d\fR .PD -Fix the lower resolution limit for the resolutions shells, as 1/d in m^-1. +Low resolution cutoff, as 1/d in m^-1. Use this or \fB--lowres\fR, but not both. + +.PD 0 +.IP \fB--lowres=\fR\fId\fR +Low resolution cutoff in Angstroms. Use this or \fB--rmin\fR, but not both. .PD 0 .IP \fB--rmax=\fR\fI1/d\fR .PD -Fix the upper resolution limit for the resolutions shells, as 1/d in m^-1. +High resolution cutoff, as 1/d in m^-1. Use this or \fB--highres\fR, but not both. + +.PD 0 +.IP \fB--highres=\fR\fId\fR +High resolution cutoff in Angstroms. Use this or \fB--rmax\fR, but not both. .PD 0 .IP \fB--shell-file=\fR\fIfilename\fR @@ -71,6 +79,10 @@ Ignore reflections with negative intensities. .PD Set to zero the intensities of reflections with negative intensities. +.PD 0 +.IP \fB--nshells=\fIn\fR +.PD +Use \fIn\fR resolution shells. Default: 10. .SH AUTHOR This page was written by Thomas White. |