lsst.meas.algorithms  21.0.0-28-gbcb0c927+214316bcbf
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(
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: