lsst.ip.diffim ga7308b0d61+ee03d6da3b
Loading...
Searching...
No Matches
Public Member Functions | Static Public Attributes | List of all members
lsst.ip.diffim.imagePsfMatch.ImagePsfMatchConfig Class Reference
Inheritance diagram for lsst.ip.diffim.imagePsfMatch.ImagePsfMatchConfig:
lsst.ip.diffim.snapPsfMatch.SnapPsfMatchConfig lsst.ip.diffim.zogy.ZogyImagePsfMatchConfig

Public Member Functions

def setDefaults (self)
 

Static Public Attributes

 kernel
 
 selectDetection
 
 selectMeasurement
 

Detailed Description

Configuration for image-to-image Psf matching.

Definition at line 48 of file imagePsfMatch.py.

Member Function Documentation

◆ setDefaults()

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

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
static
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
static
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
static
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: