diff options
author | Thomas White <taw@physics.org> | 2020-12-18 12:17:21 +0100 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2020-12-18 12:17:21 +0100 |
commit | 21c67699d352cb95549a225694575db2808d8a91 (patch) | |
tree | 9e95132317ac396334dfc336879d8e8cc796635d /doc/man/crystfel_geometry.5 | |
parent | 9da7f1b3f6a4245eb0c35fb32d32c60d60538eb2 (diff) |
Add peak_list_type in geometry file
Diffstat (limited to 'doc/man/crystfel_geometry.5')
-rw-r--r-- | doc/man/crystfel_geometry.5 | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/man/crystfel_geometry.5 b/doc/man/crystfel_geometry.5 index 9435a900..6959e4cf 100644 --- a/doc/man/crystfel_geometry.5 +++ b/doc/man/crystfel_geometry.5 @@ -104,6 +104,11 @@ These specify that the entire detector should be shifted by this amount in the x .PD This gives the location of the peak list (for \fB--peaks=cxi\fR or \fB--peaks=hdf5\fR - see indexamajig(1)) in the data files. +.PD 0 +.IP "\fBpeak_list_type = \fIlayout" +.PD +Specify the layout of the peak list. Allowed values are \fBcxi\fR (peak list as used in CXI files from Cheetah), \fBlist3\fR (peak list as used in single-frame HDF5 files from Cheetah) and \fBauto\fR (determine layout from input file extension). + .SH PER-PANEL VALUES The following parameters can be set for each panel individually. Don't forget that they can also be used at the "top level" to set default values. |