aboutsummaryrefslogtreecommitdiff
path: root/src/detector.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/detector.h')
-rw-r--r--src/detector.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/detector.h b/src/detector.h
index 79c61761..afbf93b2 100644
--- a/src/detector.h
+++ b/src/detector.h
@@ -114,4 +114,9 @@ extern int reverse_2d_mapping(double x, double y, double *pfs, double *pss,
extern double largest_q(struct image *image);
+extern int print_detector_geometry(FILE * file, struct image * image);
+
+
+
+
#endif /* DETECTOR_H */