aboutsummaryrefslogtreecommitdiff
path: root/src/reflections.c
diff options
context:
space:
mode:
authortaw27 <taw27@bf6ca9ba-c028-0410-8290-897cf20841d1>2007-09-05 23:51:27 +0000
committertaw27 <taw27@bf6ca9ba-c028-0410-8290-897cf20841d1>2007-09-05 23:51:27 +0000
commit787209d148adb0d7fd2aecfba641d9232bba6f52 (patch)
treee74b97890b48138fc3df986cfa7e8050033337d3 /src/reflections.c
parente00d6b3da60009117012f1d31dbdd7b4ed129480 (diff)
Debug reprojector (needs debodging)
git-svn-id: svn://cook.msm.cam.ac.uk:745/diff-tomo/dtr@122 bf6ca9ba-c028-0410-8290-897cf20841d1
Diffstat (limited to 'src/reflections.c')
-rw-r--r--src/reflections.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/reflections.c b/src/reflections.c
index dde8d84..ab626fa 100644
--- a/src/reflections.c
+++ b/src/reflections.c
@@ -177,7 +177,7 @@ void reflection_add_from_dp(ControlContext *ctx, double x, double y, ImageRecord
nx = x_temp;
ny = cos(tilt)*y_temp + sin(tilt)*z_temp;
nz = -sin(tilt)*y_temp + cos(tilt)*z_temp;
-
+
/* Finally, reverse the omega rotation to restore the location of the image in 3D space */
x_temp = nx; y_temp = ny; z_temp = nz;
nx = x_temp*cos(-omega) + y_temp*sin(-omega);