aboutsummaryrefslogtreecommitdiff
path: root/src/detector.h
diff options
context:
space:
mode:
authorRick Kirian <rkirian@asu.edu>2011-03-25 14:44:08 +0100
committerThomas White <taw@physics.org>2012-02-22 15:27:23 +0100
commit2c09002652b107e4e5cc85cd75df298c09ce9a4e (patch)
treef6957f3442bb2ecc8e85c72623875ad00d861cf8 /src/detector.h
parent36e8507fe373a466b2e5245fd2e523378f28d254 (diff)
detector.c: add function find_panel_number
Diffstat (limited to 'src/detector.h')
-rw-r--r--src/detector.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/detector.h b/src/detector.h
index 0ceff341..79c61761 100644
--- a/src/detector.h
+++ b/src/detector.h
@@ -93,6 +93,8 @@ extern void record_image(struct image *image, int do_poisson);
extern struct panel *find_panel(struct detector *det, double fs, double ss);
+extern int find_panel_number(struct detector *det, int fs, int ss);
+
extern struct detector *get_detector_geometry(const char *filename);
extern void free_detector_geometry(struct detector *det);