From cbcd518730779af026b9ff37b2590b7fa8f3d2d7 Mon Sep 17 00:00:00 2001 From: Eli Rykoff Date: Tue, 10 Oct 2023 09:13:07 -0700 Subject: [PATCH] Update default cut for maxScaledSizeScatter. This default cut of 0.019 has been determined from the reprocessing of HSC PDR2. --- python/lsst/pipe/tasks/selectImages.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/lsst/pipe/tasks/selectImages.py b/python/lsst/pipe/tasks/selectImages.py index 3b9fb246dc..f07a6b45d8 100644 --- a/python/lsst/pipe/tasks/selectImages.py +++ b/python/lsst/pipe/tasks/selectImages.py @@ -258,7 +258,7 @@ class PsfWcsSelectImagesConfig(pipeBase.PipelineTaskConfig, maxScaledSizeScatter = pexConfig.Field( doc="Maximum scatter in the size residuals, scaled by the median size", dtype=float, - default=0.009, + default=0.019, optional=True, ) maxPsfTraceRadiusDelta = pexConfig.Field(