lsst.ip.diffim  20.0.0-7-gcda7bf1+ddb9d7f898
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 908 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 67 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 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 911 of file zogy.py.


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