aboutsummaryrefslogtreecommitdiff
path: root/src/detector.h
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2010-01-15 09:36:04 +0100
committerThomas White <taw@physics.org>2010-01-15 09:36:04 +0100
commit4400739e74b8f4f37c1bdc64ed16022103a2089b (patch)
treef690734f3010a7ef1d3d8f5d96680d1eb84a607c /src/detector.h
parentbe91dcd68350569a709699867a1c25cf7ea6d15a (diff)
Handle upper and lower CCDs correctly
Diffstat (limited to 'src/detector.h')
-rw-r--r--src/detector.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/detector.h b/src/detector.h
index dff41b43..e441b453 100644
--- a/src/detector.h
+++ b/src/detector.h
@@ -18,6 +18,12 @@
#include "image.h"
+/* Position of central beam for upper and lower CCDs */
+#define UPPER_CX (492.8)
+#define UPPER_CY (437.6)
+#define LOWER_CX (494.0)
+#define LOWER_CY (772.1)
+
extern void record_image(struct image *image, int do_water, int do_poisson,
int do_bloom);