diff options
Diffstat (limited to 'src/detector.h')
-rw-r--r-- | src/detector.h | 8 |
1 files changed, 4 insertions, 4 deletions
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); |