aboutsummaryrefslogtreecommitdiff
path: root/src/reproject.c
diff options
context:
space:
mode:
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. */