aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortaw27 <taw27@bf6ca9ba-c028-0410-8290-897cf20841d1>2007-10-17 23:25:51 +0000
committertaw27 <taw27@bf6ca9ba-c028-0410-8290-897cf20841d1>2007-10-17 23:25:51 +0000
commit9c964acb6a7a2e450526dd23538a7764794df753 (patch)
tree73386b9b04460db07ed9fdbf8d6cf50f33d34625
parent32b90c31701987b47000e398c8b534553004a4a2 (diff)
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
-rw-r--r--src/main.c1
1 files changed, 1 insertions, 0 deletions
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);
}