Definition at line 35 of file makePsfCandidates.py.
◆ borderWidth
lsst.meas.algorithms.makePsfCandidates.MakePsfCandidatesConfig.borderWidth |
|
static |
Initial value:= pexConfig.Field(
doc="number of pixels to ignore around the edge of PSF candidate postage stamps",
dtype=int,
default=0,
)
Definition at line 41 of file makePsfCandidates.py.
◆ kernelSize
lsst.meas.algorithms.makePsfCandidates.MakePsfCandidatesConfig.kernelSize |
|
static |
Initial value:= pexConfig.Field(
doc="size of the kernel to create",
dtype=int,
default=21,
)
Definition at line 36 of file makePsfCandidates.py.
The documentation for this class was generated from the following file: