aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2014-05-16 11:34:07 +0200
committerThomas White <taw@physics.org>2014-05-16 11:34:07 +0200
commitf8c2d15ddbf0b21b834f00cbb3e9bbfb815a5baa (patch)
treea36ecede31f8083db4c21a52a19b998a8348b91a
parent94357998fb79ba621b24a1dd93cfe3360dea345a (diff)
Update docs
-rw-r--r--doc/man/crystfel_geometry.54
-rw-r--r--doc/man/hdfsee.18
-rw-r--r--src/dw-hdfsee.c2
3 files changed, 11 insertions, 3 deletions
diff --git a/doc/man/crystfel_geometry.5 b/doc/man/crystfel_geometry.5
index 6f51c01e..e2b85878 100644
--- a/doc/man/crystfel_geometry.5
+++ b/doc/man/crystfel_geometry.5
@@ -129,6 +129,10 @@ The maximum value, in ADU, before the pixel will be considered as bad. That is,
Set this to 1 or "true" to ignore this panel completely.
.PD 0
+.IP \fBrigid_group\fR
+You can assign any value you like to this. If multiple panels have the same value for \fBrigid_group\fR, their positions relative to one another will be considered fixed by (for example) hdfsee's "calibration mode".
+
+.PD 0
.IP \fBmask\fR
.IP \fBmask_good\fR
.IP \fBmask_bad\fR
diff --git a/doc/man/hdfsee.1 b/doc/man/hdfsee.1
index 68347264..4990d149 100644
--- a/doc/man/hdfsee.1
+++ b/doc/man/hdfsee.1
@@ -1,7 +1,8 @@
.\"
.\" hdfsee man page
.\"
-.\" Copyright © 2012 Thomas White <taw@physics.org>
+.\" Copyright © 2012-2014 Deutsches Elektronen-Synchrotron DESY,
+.\" a research centre of the Helmholtz Association.
.\"
.\" Part of CrystFEL - crystallography with a FEL
.\"
@@ -88,6 +89,9 @@ Apply a median filter with box "radius" \fIn\fR to the image. Each pixel will b
.PD
Apply a noise filter to the image with checks 3x3 squares of pixels and sets all of them to zero if any of the nine pixels have a negative value. If you also use \fB--median-filter\fR, the median filter will be applied first.
+.SH CALIBRATION MODE
+Calibration mode allows you to visually adjust the locations of panels. To enter calibration mode, select Tools->Calibration Mode from the menu. The currently selected panel will be bordered in white. Press + or - to move to the next or previous panel (as listed in the geometry file). Use the arrow keys to move the current panel. Press 'f' to hide or restore the white border. Press 's' to save the geometry file with your modifications. Press 'g' to toggle between moving individual panels and rigid groups, if any are defined in the geometry file.
+
.SH AUTHOR
This page was written by Thomas White.
@@ -95,7 +99,7 @@ This page was written by Thomas White.
Report bugs to <taw@physics.org>, or visit <http://www.desy.de/~twhite/crystfel>.
.SH COPYRIGHT AND DISCLAIMER
-Copyright © 2012 Deutsches Elektronen-Synchrotron DESY, a research centre of the Helmholtz Association.
+Copyright © 2012-2014 Deutsches Elektronen-Synchrotron DESY, a research centre of the Helmholtz Association.
.P
hdfsee, and this manual, are part of CrystFEL.
.P
diff --git a/src/dw-hdfsee.c b/src/dw-hdfsee.c
index 65020a32..89ed8cd4 100644
--- a/src/dw-hdfsee.c
+++ b/src/dw-hdfsee.c
@@ -3,7 +3,7 @@
*
* Quick yet non-crappy HDF viewer
*
- * Copyright © 2012-2013 Deutsches Elektronen-Synchrotron DESY,
+ * Copyright © 2012-2014 Deutsches Elektronen-Synchrotron DESY,
* a research centre of the Helmholtz Association.
* Copyright © 2012 Richard Kirian
*