diff options
author | Thomas White <taw@physics.org> | 2014-06-20 10:54:39 +0200 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2014-06-20 10:58:27 +0200 |
commit | 7b14415fddc76710352a906c0e1a3e86273e9f08 (patch) | |
tree | 0892e47cf0ed0ae105a189a8ebf2418edf3a60cd /doc/man | |
parent | 162b0c7a8a8a7c91a4c12e75577ec33aef03b1ce (diff) |
indexamajig: Add --peak-radius
Diffstat (limited to 'doc/man')
-rw-r--r-- | doc/man/indexamajig.1 | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/man/indexamajig.1 b/doc/man/indexamajig.1 index b151438c..01c07330 100644 --- a/doc/man/indexamajig.1 +++ b/doc/man/indexamajig.1 @@ -210,6 +210,12 @@ Read the unit cell for comparison from the CRYST1 line of the PDB file called \f Get the image data to display from \fIpath\fR inside the HDF5 file. For example: \fI/data/rawdata\fR. If this is not specified, the default behaviour is to use the first two-dimensional dataset with both dimensions greater than 64. .PD 0 +.IP \fB--peak-radius=\fR\fIinner,middle,outer\fR +.PD +Set the inner, middle and outer radii for three-ring integration during the peak search. See the section about \fBPEAK INTEGRATION\fR, above, for details of how to determine +these. The default is to use the same values as for \fB--int-radius\fR. + +.PD 0 .IP \fB--int-radius=\fR\fIinner,middle,outer\fR .PD Set the inner, middle and outer radii for three-ring integration. See the |