lsst.ip.diffim  21.0.0-12-g5009899+33d7f927f3
Public Member Functions | Static Public Attributes | List of all members
lsst.ip.diffim.snapPsfMatch.SnapPsfMatchConfig Class Reference
Inheritance diagram for lsst.ip.diffim.snapPsfMatch.SnapPsfMatchConfig:
lsst.ip.diffim.imagePsfMatch.ImagePsfMatchConfig

Public Member Functions

def setDefaults (self)
 

Static Public Attributes

 kernel
 
 doWarping
 
 selectDetection
 
 selectMeasurement
 

Detailed Description

Definition at line 56 of file snapPsfMatch.py.

Member Function Documentation

◆ setDefaults()

def lsst.ip.diffim.snapPsfMatch.SnapPsfMatchConfig.setDefaults (   self)

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

Definition at line 72 of file snapPsfMatch.py.

Member Data Documentation

◆ doWarping

lsst.ip.diffim.snapPsfMatch.SnapPsfMatchConfig.doWarping
static
Initial value:
= pexConfig.Field(
dtype=bool,
doc="Warp the snaps?",
default=False
)

Definition at line 66 of file snapPsfMatch.py.

◆ kernel

lsst.ip.diffim.snapPsfMatch.SnapPsfMatchConfig.kernel
static
Initial value:
= pexConfig.ConfigChoiceField(
doc="kernel type",
typemap=dict(
AL=SnapPsfMatchConfigAL,
DF=SnapPsfMatchConfigDF
),
default="AL",
)

Definition at line 57 of file snapPsfMatch.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.


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