Skip to content

Commit

Permalink
Update default cut for maxScaledSizeScatter.
Browse files Browse the repository at this point in the history
This default cut of 0.019 has been determined from the reprocessing of HSC PDR2.
  • Loading branch information
erykoff committed Nov 7, 2023
1 parent a17413a commit cbcd518
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/lsst/pipe/tasks/selectImages.py
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down

0 comments on commit cbcd518

Please sign in to comment.