From 156ad97c842b5a68be6d09d259697e92d60dfea4 Mon Sep 17 00:00:00 2001 From: Thomas White Date: Thu, 4 Feb 2010 15:34:43 +0100 Subject: New centre coordinates --- src/detector.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/detector.h') diff --git a/src/detector.h b/src/detector.h index 06922d56..09e4ce3b 100644 --- a/src/detector.h +++ b/src/detector.h @@ -19,10 +19,10 @@ #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) +#define UPPER_CX (491.9) +#define UPPER_CY (440.7) +#define LOWER_CX (492.0) +#define LOWER_CY (779.7) extern void record_image(struct image *image, int do_water, int do_poisson, int do_bloom); -- cgit v1.2.3