From 9c964acb6a7a2e450526dd23538a7764794df753 Mon Sep 17 00:00:00 2001 From: taw27 Date: Wed, 17 Oct 2007 23:25:51 +0000 Subject: Don't forget to find the centre of the stack git-svn-id: svn://cook.msm.cam.ac.uk:745/diff-tomo/dtr@155 bf6ca9ba-c028-0410-8290-897cf20841d1 --- src/main.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/main.c b/src/main.c index ac30bed..5365601 100644 --- a/src/main.c +++ b/src/main.c @@ -41,6 +41,7 @@ void main_do_reconstruction(ControlContext *ctx) { ctx->reflectionlist = cache_load(ctx->cache_filename); printf("Loading cached reflections from '%s'\n", ctx->cache_filename); } else if ( ctx->inputfiletype != INPUT_DRX ) { + prealign_sum_stack(ctx); mapping_create(ctx); } -- cgit v1.2.3