aboutsummaryrefslogtreecommitdiff
path: root/src/indexamajig.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/indexamajig.c')
-rw-r--r--src/indexamajig.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/indexamajig.c b/src/indexamajig.c
index 0320f44d..110c091f 100644
--- a/src/indexamajig.c
+++ b/src/indexamajig.c
@@ -260,6 +260,12 @@ static void *process_image(void *pargsv)
image.hits = NULL;
image.n_hits = 0;
+ /* 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("Processing '%s'\n", image.filename);
result = malloc(sizeof(*result));