Skip to content

Commit

Permalink
Increase default kernelSize of PSF candidates to 25
Browse files Browse the repository at this point in the history
  • Loading branch information
arunkannawadi committed Jun 7, 2022
1 parent e108db9 commit fabea36
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 fabea36

Please sign in to comment.