From 4c5e3e91e01e347ae40df65921baeed5771c5bf2 Mon Sep 17 00:00:00 2001 From: "E. Joshua Rigler" <erigler@usgs.gov> Date: Thu, 20 Oct 2016 12:17:53 -0600 Subject: [PATCH] ... --- geomagio/algorithm/SqDistAlgorithm.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/geomagio/algorithm/SqDistAlgorithm.py b/geomagio/algorithm/SqDistAlgorithm.py index efe86d13a..d79383de8 100644 --- a/geomagio/algorithm/SqDistAlgorithm.py +++ b/geomagio/algorithm/SqDistAlgorithm.py @@ -471,7 +471,7 @@ class SqDistAlgorithm(Algorithm): s[i + 1:i + nts / 2 + 1] = (s[i + 1:i + nts / 2 + 1] + gamma * (1 - alpha) * et * weights[nts / 2 + 1:]) - + # update l and b using equation-error formulation l = l + phi * b + alpha * et b = phi * b + alpha * beta * et -- GitLab