diff options
Diffstat (limited to 'src/detector.h')
-rw-r--r-- | src/detector.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/detector.h b/src/detector.h index df40d05b..854a765a 100644 --- a/src/detector.h +++ b/src/detector.h @@ -40,11 +40,6 @@ struct detector int n_panels; }; - -/* x,y in pixels relative to central beam */ -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); |