aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/hrs-scaling.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/hrs-scaling.c b/src/hrs-scaling.c
index d7db1067..d5f93a3c 100644
--- a/src/hrs-scaling.c
+++ b/src/hrs-scaling.c
@@ -168,7 +168,7 @@ static void run_scale_job(void *vwargs, int cookie)
x[n] = res*res;
y[n] = log(Ihl/Ih);
- w[n] = log(get_esd_intensity(refl)*corr);
+ w[n] = 1.0;
n++;
}