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 fa3208a6..da423235 100644 --- a/src/detector.c +++ b/src/detector.c @@ -59,7 +59,7 @@ struct rvec get_q(struct image *image, double xs, double ys, q.v = k * sin(twotheta)*sin(az); q.w = k * (cos(twotheta) - 1.0); - return quat_rot(q, image->orientation); + return q; } |