aboutsummaryrefslogtreecommitdiff
path: root/src/detector.h
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2010-09-30 14:09:17 +0200
committerThomas White <taw@physics.org>2012-02-22 15:27:00 +0100
commita04878fec9a9e76bf6266bc4b4bdfadb77b90441 (patch)
treee67dae00924dbd885b76e3a9334463548a794b88 /src/detector.h
parent7c030ab77c830ab4e7a679f314fa413d126cea27 (diff)
Remove duplicated functionality of map_position() and get_q()
Diffstat (limited to 'src/detector.h')
-rw-r--r--src/detector.h5
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);