aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas White <taw27@cam.ac.uk>2008-10-15 17:39:21 +0100
committerThomas White <taw27@cam.ac.uk>2008-10-15 17:39:21 +0100
commit13da1d38b94a2417a15ae08cffa156252f9a3442 (patch)
tree3753601efd9ce46ee364564dde489b6730b2ea06
parenta9adb2a2d6cfb427637afc18e59fbd282400c582 (diff)
Don't add omega to reprojected point azimuth (!)
-rw-r--r--src/reproject.c3
1 files changed, 0 insertions, 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 */