aboutsummaryrefslogtreecommitdiff
path: root/src/detector.h
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2011-03-07 11:27:16 +0100
committerThomas White <taw@physics.org>2012-02-22 15:27:17 +0100
commit3397bab94d8c495ffdaf74ff7de6a47f5a32df1a (patch)
tree92c7d637716d7085302516d1bd930a523a1ab9e8 /src/detector.h
parentb6c119939fcd95041c48035b27ebceaa19a4812e (diff)
indexamajig: Use HDF5's camera length when requested
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 c4e06cef..7db90e21 100644
--- a/src/detector.h
+++ b/src/detector.h
@@ -78,6 +78,8 @@ extern void get_pixel_extents(struct detector *det,
extern void fill_in_values(struct detector *det, struct hdfile *f);
+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);