aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2020-12-16 16:01:58 +0100
committerThomas White <taw@physics.org>2020-12-16 16:01:58 +0100
commit9da7f1b3f6a4245eb0c35fb32d32c60d60538eb2 (patch)
tree0af0ee5b82a5966aadcfd5f9446c7889a3eeba5c /doc
parentb4f243ec2c704e510655de8ea34c9fc16f454390 (diff)
Add flag_{lessthan,morethan,equal} in geometry file
This makes handling Pilatus/Eiger files, as well as many others, much easier.
Diffstat (limited to 'doc')
-rw-r--r--doc/man/crystfel_geometry.56
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/man/crystfel_geometry.5 b/doc/man/crystfel_geometry.5
index b8674f13..9435a900 100644
--- a/doc/man/crystfel_geometry.5
+++ b/doc/man/crystfel_geometry.5
@@ -211,6 +211,12 @@ The corner of this panel, defined as the first point in the panel to appear in t
The maximum value, in ADU, before the pixel will be considered as bad. That is, the saturation value for the panel.
.PD 0
+.IP \fBflag_lessthan
+.IP \fBflag_morethan
+.IP \fBflag_equal
+Mark pixels as "bad" if their values are respectively less than, more than or equal to the given value. Note carefully that the inequalities are strict, not inclusive: "less than", not "less than or equal to".
+
+.PD 0
.IP \fBmask\fR
If you have a bad pixel mask, you can include it in the HDF5 file as data blocks with the same structure and size as the panel data. You need to specify the location of each panel's mask data block using this property, and two bitmasks (see below). The number of placeholders ('%') in the \fBmask\fR must be the same for all panels. They will be substituted with the same values as used for the placeholders in the \fBdata\fR fields, although there may be fewer of them for \fBmask\fR than for \fBdata\fR.