aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2014-05-16 12:04:06 +0200
committerThomas White <taw@physics.org>2014-05-16 12:05:05 +0200
commit5e885985c5703169db06872db98bfa4846ec433b (patch)
treeff79e388d912bacc5e346cb918a377565bc7a38b /doc
parentf8c2d15ddbf0b21b834f00cbb3e9bbfb815a5baa (diff)
Allow bad regions to be specified as fs/ss as well as x/y
Diffstat (limited to 'doc')
-rw-r--r--doc/man/crystfel_geometry.515
1 files changed, 13 insertions, 2 deletions
diff --git a/doc/man/crystfel_geometry.5 b/doc/man/crystfel_geometry.5
index e2b85878..04a3aad9 100644
--- a/doc/man/crystfel_geometry.5
+++ b/doc/man/crystfel_geometry.5
@@ -148,9 +148,10 @@ mask_bad = 0x00
.SH BAD REGIONS
-You can also specify bad regions. Peaks with centroid locations within such a region will not be integrated nor used for indexing. Bad regions are specified in pixel units, but in the lab coordinate system (see above). Bad regions are distinguished from normal panels by the fact that they begin with the three letters "bad".
+You can also specify bad regions. Peaks with centroid locations within such a region will not be integrated nor used for indexing. Bad regions are specified in pixel units, either in the lab coordinate system (see above) or in fast scan/slow scan coordinates (mixtures are not allowed). In the latter case, the range of pixels is specified \fIinclusively\fR. Bad regions are distinguished from normal panels by the fact that they begin with the three letters "bad".
-Example:
+Examples:
+.br
.br
badregionA/min_x = -20.0
.br
@@ -160,6 +161,16 @@ badregionA/min_y = -100.0
.br
badregionA/max_y = +100.0
+.br
+badregionB/min_fs = 128
+.br
+badregionB/max_fs = 160
+.br
+badregionB/min_ss = 256
+.br
+badregionB/max_ss = 512
+
+
.PP
See the "examples" folder for some examples (look at the ones ending in .geom).