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/peaks.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/peaks.c') diff --git a/src/peaks.c b/src/peaks.c index e7ec9c9e..7c91f817 100644 --- a/src/peaks.c +++ b/src/peaks.c @@ -668,9 +668,6 @@ static void output_header(FILE *ofh, UnitCell *cell, struct image *image) double a, b, c, al, be, ga; fprintf(ofh, "Reflections from indexing in %s\n", image->filename); - fprintf(ofh, "Orientation (wxyz): %7.5f %7.5f %7.5f %7.5f\n", - image->orientation.w, image->orientation.x, - image->orientation.y, image->orientation.z); cell_get_parameters(cell, &a, &b, &c, &al, &be, &ga); fprintf(ofh, "Cell parameters %7.5f %7.5f %7.5f nm, %7.5f %7.5f %7.5f deg\n", -- cgit v1.2.3