lsst.meas.algorithms g511c235543+287d950c67
Loading...
Searching...
No Matches
Static Public Attributes | List of all members
lsst.meas.algorithms.makePsfCandidates.MakePsfCandidatesConfig Class Reference
Inheritance diagram for lsst.meas.algorithms.makePsfCandidates.MakePsfCandidatesConfig:

Static Public Attributes

 kernelSize
 
 borderWidth
 

Detailed Description

Definition at line 35 of file makePsfCandidates.py.

Member Data Documentation

◆ borderWidth

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

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: