aboutsummaryrefslogtreecommitdiff
path: root/src/detector.h
diff options
context:
space:
mode:
authorRick Kirian <rkirian@asu.edu>2011-03-30 14:25:53 +0200
committerThomas White <taw@physics.org>2012-02-22 15:27:23 +0100
commitce3e73de7ad45a268cce2cd7951a1a70b885aec4 (patch)
treece2911862b206dd88600e08a392b11bf3ce39495 /src/detector.h
parentfcb380ae630cabcde186f0050aafbb4ccdf79f7a (diff)
detector.h: add function print_detector_geometry
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 */