lsst.ip.diffim  22.0.1-21-g5bd0cb7e+b05ee96b9d
Public Member Functions | Static Public Attributes | List of all members
lsst.ip.diffim.zogy.ZogyImagePsfMatchConfig Class Reference
Inheritance diagram for lsst.ip.diffim.zogy.ZogyImagePsfMatchConfig:
lsst.ip.diffim.imagePsfMatch.ImagePsfMatchConfig

Public Member Functions

def setDefaults (self)
 

Static Public Attributes

 zogyConfig
 
 kernel
 
 selectDetection
 
 selectMeasurement
 

Detailed Description

Config for the ZogyImagePsfMatchTask

Definition at line 1260 of file zogy.py.

Member Function Documentation

◆ setDefaults()

def lsst.ip.diffim.imagePsfMatch.ImagePsfMatchConfig.setDefaults (   self)
inherited

Reimplemented in lsst.ip.diffim.snapPsfMatch.SnapPsfMatchConfig.

Definition at line 68 of file imagePsfMatch.py.

Member Data Documentation

◆ 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 51 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 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.

◆ zogyConfig

lsst.ip.diffim.zogy.ZogyImagePsfMatchConfig.zogyConfig
static
Initial value:
= pexConfig.ConfigField(
dtype=ZogyConfig,
doc='ZogyTask config to use',
)

Definition at line 1263 of file zogy.py.


The documentation for this class was generated from the following file: