diff options
Diffstat (limited to 'src/detector.h')
-rw-r--r-- | src/detector.h | 6 |
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); |