From c9644c0f6d952bfff597f5fa211b1668695ed20a Mon Sep 17 00:00:00 2001 From: Joakim Skogholt Date: Wed, 10 May 2023 21:28:50 +0200 Subject: [PATCH] Hotfix --- src/preprocessing.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/preprocessing.jl b/src/preprocessing.jl index 52d1fe6..d193dfa 100644 --- a/src/preprocessing.jl +++ b/src/preprocessing.jl @@ -354,7 +354,7 @@ else end model = EMSCModel(basis, R, Vector([polDeg+1, nIntF, nRef]), refPolPol, baseline); -return_values = EMSCCorrection(X, model); +return_values = EMSC(X, model); return return_values end