diff options
author | Thomas White <taw@physics.org> | 2011-03-07 17:31:30 +0100 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2012-02-22 15:27:18 +0100 |
commit | 33798dda6cce6c5d14df912ba11ff86fb4de0d40 (patch) | |
tree | 7c4056cb468053778c99c4a7c2283013797194f9 /src/detector.h | |
parent | 91fcc695e253eb1085b55f0ff0978a9f0379cd8d (diff) |
Remove hardcoded resolution limit in find_intersections()
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 */ |