diff options
author | Thomas White <taw@physics.org> | 2010-02-04 15:34:43 +0100 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2010-02-04 15:34:43 +0100 |
commit | 156ad97c842b5a68be6d09d259697e92d60dfea4 (patch) | |
tree | 6632ac2f4802cd2bfedded13848ca00ce269622b /src/detector.h | |
parent | 2050e855c7dd5f9df6bb955b4dd00c92ede1721a (diff) |
New centre coordinates
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); |