diff options
author | Thomas White <taw@physics.org> | 2010-09-30 14:09:17 +0200 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2012-02-22 15:27:00 +0100 |
commit | a04878fec9a9e76bf6266bc4b4bdfadb77b90441 (patch) | |
tree | e67dae00924dbd885b76e3a9334463548a794b88 /src/detector.h | |
parent | 7c030ab77c830ab4e7a679f314fa413d126cea27 (diff) |
Remove duplicated functionality of map_position() and get_q()
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); |