aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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);
}