Definition at line 56 of file snapPsfMatch.py.
◆ setDefaults()
def lsst.ip.diffim.snapPsfMatch.SnapPsfMatchConfig.setDefaults |
( |
|
self | ) |
|
◆ doWarping
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
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.
◆ selectDetection
lsst.ip.diffim.imagePsfMatch.ImagePsfMatchConfig.selectDetection |
|
staticinherited |
Initial value:= pexConfig.ConfigurableField(
target=SourceDetectionTask,
doc="Initial detections used to feed stars to kernel fitting",
)
Definition at line 59 of file imagePsfMatch.py.
◆ selectMeasurement
lsst.ip.diffim.imagePsfMatch.ImagePsfMatchConfig.selectMeasurement |
|
staticinherited |
Initial value:= pexConfig.ConfigurableField(
target=SingleFrameMeasurementTask,
doc="Initial measurements used to feed stars to kernel fitting",
)
Definition at line 63 of file imagePsfMatch.py.
The documentation for this class was generated from the following file: