aboutsummaryrefslogtreecommitdiff
path: root/doc/man/crystfel_geometry.5
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2015-02-16 10:55:45 +0100
committerThomas White <taw@physics.org>2015-02-16 15:15:31 +0100
commit463c7cc933e9928fa825507f1a122a5a8dc013f4 (patch)
tree8cdad73aaa91bf78f4240c6821cbef1fe179a28b /doc/man/crystfel_geometry.5
parent9f626fe9cbb5e4fbaca05c41bbaf9754bf611ee7 (diff)
Update manual pages
Diffstat (limited to 'doc/man/crystfel_geometry.5')
-rw-r--r--doc/man/crystfel_geometry.511
1 files changed, 6 insertions, 5 deletions
diff --git a/doc/man/crystfel_geometry.5 b/doc/man/crystfel_geometry.5
index fe4abc7f..974d602b 100644
--- a/doc/man/crystfel_geometry.5
+++ b/doc/man/crystfel_geometry.5
@@ -55,14 +55,13 @@ Information about the layout of the file data can be included in the geometry fi
This allows CrystFEL to unambigously identify data blocks which contain
data for a specific event, and to determine the number of events that each file contains.
-
The geometry file should contain lines of the following form:
.IP
-\fIpanel\fR\fB/\fIproperty\fB = \fIvalue\fR
+\fIpanel\fR/clen = 0.560
.PP
-\fIpanel\fR can be any name of your choosing. You can make up names for your panels however you please, as long as the first three letters are not "\fBbad\fR" (in lower case), because this is used to identify bad regions.
+\fIpanel\fR can be any name of your choosing. You can make up names for your panels however you please, as long as the first three letters are not "\fBbad\fR" or "rigid_group" (in lower case), because these are used for special purposes (see below).
.PP
You can also specify values without a panel name, for example:
@@ -133,7 +132,7 @@ The range of pixels in the data block specified by the 'data' property that corr
.PD 0
.IP \fBadu_per_eV\fR
.PD
-The number of detector intensity units (ADU) which will arise from one electron-Volt of photon energy. This is used to estimate Poisson errors.
+The number of detector intensity units (ADU) which will arise from one electron-Volt of photon energy. This is used to estimate Poisson errors. Note that setting different values for this parameter for different panels does \fBnot\fR result in the intensities being scaled accordingly.
.PD 0
.IP \fBbadrow_direction\fR
@@ -187,7 +186,7 @@ Set this to 1 or "true" to ignore this panel completely.
.IP \fBmask_bad\fR
.PD
Bitmasks for bad pixel masks. The pixel is considered good if all of the bits which are set in \fBmask_good\fR are set, \fIand\fR if none of the bits which are set in \fBmask_bad\fR are set. Example:
-.br
+.IP
mask = /processing/hitfinder/masks
.br
mask_good = 0x27
@@ -220,6 +219,8 @@ badregionB/max_fs = 160
badregionB/min_ss = 256
.br
badregionB/max_ss = 512
+.br
+badregionB/panel = q0a1
.SH RIGID GROUPS AND RIGID GROUP COLLECTIONS