aboutsummaryrefslogtreecommitdiff
path: root/src/reproject.c
diff options
context:
space:
mode:
authortaw27 <taw27@bf6ca9ba-c028-0410-8290-897cf20841d1>2008-01-22 12:43:28 +0000
committertaw27 <taw27@bf6ca9ba-c028-0410-8290-897cf20841d1>2008-01-22 12:43:28 +0000
commitd0cf9ad6d2025cc3ac59e58511dde116d999b7e3 (patch)
tree50d2b8d24a7c75d9903eb6049b902a7112496850 /src/reproject.c
parent61f8a2450fd944920523c0153ea1702f72d751fb (diff)
Nooooo! Use RADIANS internally...
git-svn-id: svn://cook.msm.cam.ac.uk:745/diff-tomo/dtr@260 bf6ca9ba-c028-0410-8290-897cf20841d1
Diffstat (limited to 'src/reproject.c')
-rw-r--r--src/reproject.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/reproject.c b/src/reproject.c
index 41ec8c5..4036863 100644
--- a/src/reproject.c
+++ b/src/reproject.c
@@ -58,8 +58,8 @@ ImageFeatureList *reproject_get_reflections(ImageRecord *image, ReflectionList *
flist = image_feature_list_new();
- tilt = deg2rad(image->tilt);
- omega = deg2rad(image->omega);
+ tilt = image->tilt;
+ omega = image->omega;
/* Calculate the (normalised) incident electron wavevector
* n is rotated "into" the reconstruction, so only one omega step. */