lsst.ip.diffim gf0d7cb17a7+d39888d257
Loading...
Searching...
No Matches
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
 

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.


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