From 3b3c97bcb66605b511976fa34056f8da1597a0c4 Mon Sep 17 00:00:00 2001 From: Thomas White Date: Wed, 2 May 2018 14:47:22 +0200 Subject: Revert 1/corr weighting during merge This restores the scaling behaviour (and performance) of version 0.6.3 --- src/merge.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/merge.c b/src/merge.c index e60aca15..863492f6 100644 --- a/src/merge.c +++ b/src/merge.c @@ -199,7 +199,7 @@ static void run_merge_job(void *vwargs, int cookie) } /* Reflections count less the more they have to be scaled up */ - w = 1.0 / corr; + w = 1.0; /* Running mean and variance calculation */ temp = w + sumweight; -- cgit v1.2.3