From d8596e797107a3b1f979d2db441ad850cee734b9 Mon Sep 17 00:00:00 2001 From: Merlin Fisher-Levine Date: Tue, 31 Oct 2023 08:13:55 -0700 Subject: [PATCH] Keep PSF regularization at 1 --- python/lsst/atmospec/processStar.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/lsst/atmospec/processStar.py b/python/lsst/atmospec/processStar.py index ab1446d..d93a6ff 100644 --- a/python/lsst/atmospec/processStar.py +++ b/python/lsst/atmospec/processStar.py @@ -356,7 +356,7 @@ class ProcessStarTaskConfig(pipeBase.PipelineTaskConfig, dtype=float, doc="Regularisation parameter for the chisq minimisation to extract the spectrum. " "PSF_FIT_REG_PARAM internally.", - default=.1, + default=1, # XXX allowed range strictly positive ) psfTransverseStepSize = pexConfig.Field(