Definition at line 35 of file makePsfCandidates.py.
◆ borderWidth
pexConfig lsst.meas.algorithms.makePsfCandidates.MakePsfCandidatesConfig.borderWidth |
|
static |
Initial value:= pexConfig.Field[int](
doc="Number of pixels to ignore around the edge of PSF candidate postage stamps",
default=0,
)
Definition at line 41 of file makePsfCandidates.py.
◆ kernelSize
pexConfig lsst.meas.algorithms.makePsfCandidates.MakePsfCandidatesConfig.kernelSize |
|
static |
Initial value:= pexConfig.Field[int](
doc="Size of the postage stamp in pixels (excluding the border) around each star that is extracted "
"for fitting. Should be odd and preferably at least 25.",
default=25,
)
Definition at line 36 of file makePsfCandidates.py.
The documentation for this class was generated from the following file: