diff --git a/rtengine/procparams.cc b/rtengine/procparams.cc index 2ec2e4a3d..ce64559ad 100644 --- a/rtengine/procparams.cc +++ b/rtengine/procparams.cc @@ -539,7 +539,7 @@ void DirPyrDenoiseParams::setDefaults() { luma = 0; passes = 1; dmethod = "Lab"; - Lmethod = "CUR"; + Lmethod = "SLI";//"CUR";// SLIDER method with value 0 is set as default, while the default Lcurve is populated via getDefaultNoisCurve and can be switched to by the user Cmethod = "MAN"; C2method = "AUTO"; smethod = "shal";