From 13da1d38b94a2417a15ae08cffa156252f9a3442 Mon Sep 17 00:00:00 2001 From: Thomas White Date: Wed, 15 Oct 2008 17:39:21 +0100 Subject: Don't add omega to reprojected point azimuth (!) --- src/reproject.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/reproject.c b/src/reproject.c index f7e7816..1fdb8b8 100644 --- a/src/reproject.c +++ b/src/reproject.c @@ -155,9 +155,6 @@ ImageFeatureList *reproject_get_reflections(ImageRecord *image, ReflectionList * if ( (i==20) && !done_debug ) printf("final psi=%f anticlockwise from +x\n", rad2deg(psi)); - psi += omega; - if ( (i==20) && !done_debug ) printf("final psi=%f anticlockwise from +tilt axis\n", - rad2deg(psi)); if ( (i==20) && !done_debug ) done_debug = 1; /* Calculate image coordinates from polar representation */ -- cgit v1.2.3