diff options
author | Thomas White <taw@physics.org> | 2020-07-09 16:31:54 +0200 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2020-07-29 18:53:45 +0200 |
commit | 2c9de4119c0fe2338f5f6e54ee91294e3f0f6a74 (patch) | |
tree | 333f979756fc66ba594d2e718da6e6e99d0118a9 /doc/man/crystfel_geometry.5 | |
parent | 1cfbd01c2e0666fe7c888530e937ff4a310725f6 (diff) |
Add detector_shift_{x,y} to geometry file
Diffstat (limited to 'doc/man/crystfel_geometry.5')
-rw-r--r-- | doc/man/crystfel_geometry.5 | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/man/crystfel_geometry.5 b/doc/man/crystfel_geometry.5 index eef98486..b8674f13 100644 --- a/doc/man/crystfel_geometry.5 +++ b/doc/man/crystfel_geometry.5 @@ -94,6 +94,12 @@ mask_good = 0x27 mask_bad = 0x00 .PD 0 +.IP "\fBdetector_shift_x = \fInnn \fB[m|mm]" +.IP "\fBdetector_shift_y = \fInnn \fB[m|mm]" +.PD +These specify that the entire detector should be shifted by this amount in the x and y directions. The units should be specified as \fBm\fR or \fBmm\fR. If units are not specified, the value will be taken as metres. \fInnn\fR can be a file metadata location (e.g. an HDF5 path). + +.PD 0 .IP "\fBpeak_list = \fIloc" .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. |