From 1b4fa114decd9c36324feed00296cb40088a9062 Mon Sep 17 00:00:00 2001 From: Thomas White Date: Mon, 15 Nov 2010 16:17:02 +0100 Subject: Zap quats The "orientation" quaternion should not rotate the Ewald sphere, but the crystal. This cleans things up a little, removing "orientation" from "struct image". --- src/calibrate_detector.c | 6 ------ 1 file changed, 6 deletions(-) (limited to 'src/calibrate_detector.c') 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); -- cgit v1.2.3