Definition at line 56 of file snapPsfMatch.py.
◆ setDefaults()
def lsst.ip.diffim.snapPsfMatch.SnapPsfMatchConfig.setDefaults |
( |
|
self | ) |
|
◆ doWarping
pexConfig lsst.ip.diffim.snapPsfMatch.SnapPsfMatchConfig.doWarping |
|
static |
Initial value:= pexConfig.Field(
dtype=bool,
doc="Warp the snaps?",
default=False
)
Definition at line 66 of file snapPsfMatch.py.
◆ kernel
pexConfig lsst.ip.diffim.snapPsfMatch.SnapPsfMatchConfig.kernel |
|
static |
Initial value:= pexConfig.ConfigChoiceField(
doc="kernel type",
typemap=dict(
AL=SnapPsfMatchConfigAL,
DF=SnapPsfMatchConfigDF
),
default="AL",
)
Definition at line 57 of file snapPsfMatch.py.
The documentation for this class was generated from the following file: