aboutsummaryrefslogtreecommitdiff
path: root/src/calibrate_detector.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/calibrate_detector.c')
-rw-r--r--src/calibrate_detector.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/calibrate_detector.c b/src/calibrate_detector.c
index b20b1619..7feeb16c 100644
--- a/src/calibrate_detector.c
+++ b/src/calibrate_detector.c
@@ -172,12 +172,6 @@ static void add_image(void *args, int cookie)
image.n_cpeaks = 0;
image.det = NULL;
- /* View head-on (unit cell is tilted) */
- image.orientation.w = 1.0;
- image.orientation.x = 0.0;
- image.orientation.y = 0.0;
- image.orientation.z = 0.0;
-
STATUS("%3i: Processing '%s'\n", cookie, pargs->filename);
hdfile = hdfile_open(pargs->filename);