diff options
Diffstat (limited to 'src/detector.h')
-rw-r--r-- | src/detector.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/detector.h b/src/detector.h index 7db90e21..3a4948a9 100644 --- a/src/detector.h +++ b/src/detector.h @@ -83,4 +83,6 @@ extern struct detector *copy_geom(const struct detector *in); extern int reverse_2d_mapping(double x, double y, double *pfs, double *pss, struct detector *det); +extern double largest_q(struct image *image); + #endif /* DETECTOR_H */ |