From 0da8b0efa29a1d581a15ffacafec5e1e5dec76ea Mon Sep 17 00:00:00 2001 From: Thomas White Date: Wed, 29 Sep 2010 17:37:49 +0200 Subject: Move get_q() and get_tt() to detector.c --- src/detector.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/detector.h') diff --git a/src/detector.h b/src/detector.h index 128332fd..df40d05b 100644 --- a/src/detector.h +++ b/src/detector.h @@ -45,6 +45,11 @@ struct detector extern int map_position(struct image *image, double x, double y, double *rx, double *ry, double *rz); +extern struct rvec get_q(struct image *image, unsigned int xs, unsigned int ys, + unsigned int sampling, float *ttp, float k); + +extern double get_tt(struct image *image, unsigned int xs, unsigned int ys); + extern void record_image(struct image *image, int do_poisson); extern struct panel *find_panel(struct detector *det, int x, int y); -- cgit v1.2.3