lsst.ip.diffim  20.0.0-1-g596936a+22
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
 
 zogyMapReduceConfig
 
 kernel
 
 selectDetection
 
 selectMeasurement
 

Detailed Description

Config for the ZogyImagePsfMatchTask

Definition at line 1077 of file zogy.py.

Member Function Documentation

◆ setDefaults()

def lsst.ip.diffim.zogy.ZogyImagePsfMatchConfig.setDefaults (   self)

Reimplemented from lsst.ip.diffim.imagePsfMatch.ImagePsfMatchConfig.

Definition at line 1090 of file zogy.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 1080 of file zogy.py.

◆ zogyMapReduceConfig

lsst.ip.diffim.zogy.ZogyImagePsfMatchConfig.zogyMapReduceConfig
static
Initial value:
= pexConfig.ConfigField(
dtype=ZogyMapReduceConfig,
doc='ZogyMapReduce config to use when running Zogy on each sub-image (spatially-varying)',
)

Definition at line 1085 of file zogy.py.


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