Skip to content

Commit

Permalink
Merge pull request #284 from lsst/tickets/DM-34698
Browse files Browse the repository at this point in the history
DM-34698: Increase default kernelSize of PSF candidates to 25
  • Loading branch information
arunkannawadi committed Jun 9, 2022
2 parents e108db9 + fabea36 commit c655b15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/lsst/meas/algorithms/makePsfCandidates.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ class MakePsfCandidatesConfig(pexConfig.Config):
kernelSize = pexConfig.Field(
doc="size of the kernel to create",
dtype=int,
default=21,
default=25,
)
borderWidth = pexConfig.Field(
doc="number of pixels to ignore around the edge of PSF candidate postage stamps",
Expand Down

0 comments on commit c655b15

Please sign in to comment.