diff options
Diffstat (limited to 'src/detector.c')
-rw-r--r-- | src/detector.c | 2 |
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) { |