Skip to content

Commit

Permalink
Keep PSF regularization at 1
Browse files Browse the repository at this point in the history
  • Loading branch information
mfisherlevine committed Oct 31, 2023
1 parent ab71731 commit d8596e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/lsst/atmospec/processStar.py
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down

0 comments on commit d8596e7

Please sign in to comment.