Config for the ZogyImagePsfMatchTask
Definition at line 904 of file zogy.py.
◆ setDefaults()
def lsst.ip.diffim.imagePsfMatch.ImagePsfMatchConfig.setDefaults |
( |
|
self | ) |
|
|
inherited |
◆ kernel
lsst.ip.diffim.imagePsfMatch.ImagePsfMatchConfig.kernel |
|
staticinherited |
Initial value:= pexConfig.ConfigChoiceField(
doc="kernel type",
typemap=dict(
AL=PsfMatchConfigAL,
DF=PsfMatchConfigDF
),
default="AL",
)
Definition at line 50 of file imagePsfMatch.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 58 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 62 of file imagePsfMatch.py.
◆ zogyConfig
lsst.ip.diffim.zogy.ZogyImagePsfMatchConfig.zogyConfig |
|
static |
Initial value:= pexConfig.ConfigField(
dtype=ZogyConfig,
doc='ZogyTask config to use when running on complete exposure (non spatially-varying)',
)
Definition at line 907 of file zogy.py.
The documentation for this class was generated from the following file: