aboutsummaryrefslogtreecommitdiff
path: root/src/calibrate_detector.c
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2011-03-02 11:17:39 +0100
committerThomas White <taw@physics.org>2012-02-22 15:27:16 +0100
commit55d04fd7b2c761568af353deb0fd17f8c9f11c76 (patch)
tree5f935544942c997e382d91cfb6f09c8c41f2d978 /src/calibrate_detector.c
parent924d68d951fd2750e126ce356c318aa76f589248 (diff)
More new geometry fixes
Diffstat (limited to 'src/calibrate_detector.c')
-rw-r--r--src/calibrate_detector.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/calibrate_detector.c b/src/calibrate_detector.c
index 20503388..ab8b3ecb 100644
--- a/src/calibrate_detector.c
+++ b/src/calibrate_detector.c
@@ -165,7 +165,7 @@ int main(int argc, char *argv[])
int intensity;
struct rvec r;
- r = get_q(&image, x, y, 1, NULL, 1.0/image.lambda);
+ r = get_q(&image, x, y, NULL, 1.0/image.lambda);
q = modulus(r.u, r.v, r.w);
intensity = image.data[x + image.width*y];