aboutsummaryrefslogtreecommitdiff
path: root/src/detector.c
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2010-03-18 10:36:34 +0100
committerThomas White <taw@physics.org>2010-03-18 10:36:34 +0100
commit99186a8d645d0682c547d4f550ba860f15d7bb2d (patch)
treeda8a4f90025bc39480ee34c3ef7d8305a2f6deba /src/detector.c
parent1f0163a185eb19a0eb52ede02658e421628c7b62 (diff)
Fix wrong comment
Diffstat (limited to 'src/detector.c')
-rw-r--r--src/detector.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/detector.c b/src/detector.c
index 6a6b260e..6fb36b7d 100644
--- a/src/detector.c
+++ b/src/detector.c
@@ -22,7 +22,7 @@
#include "parameters-lcls.tmp"
-/* x,y in pixels relative to central beam */
+/* x,y in pixels relative to image origin */
int map_position(struct image *image, double dx, double dy,
double *rx, double *ry, double *rz)
{