From 74c0d39434174eeb913ccc11a7614439f34665c3 Mon Sep 17 00:00:00 2001 From: Merlin Fisher-Levine Date: Fri, 29 Sep 2023 07:43:45 -0700 Subject: [PATCH] Update default value of psfTransverseStepSize --- 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 1921fe5..f5eb210 100644 --- a/python/lsst/atmospec/processStar.py +++ b/python/lsst/atmospec/processStar.py @@ -363,7 +363,7 @@ class ProcessStarTaskConfig(pipeBase.PipelineTaskConfig, dtype=int, doc="Step size in pixels for the first transverse PSF1D fit. " "PSF_PIXEL_STEP_TRANSVERSE_FIT internally.", - default=50, + default=10, ) psfFwhmClip = pexConfig.Field( dtype=float,