lsst.ip.diffim  13.0-26-g703d095+5
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
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:

Public Member Functions

def setDefaults
 

Static Public Attributes

tuple kernel
 
tuple doWarping
 

Detailed Description

Definition at line 56 of file snapPsfMatch.py.

Member Function Documentation

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

Definition at line 72 of file snapPsfMatch.py.

Member Data Documentation

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

Definition at line 66 of file snapPsfMatch.py.

tuple lsst.ip.diffim.snapPsfMatch.SnapPsfMatchConfig.kernel
static
Initial value:
1 = pexConfig.ConfigChoiceField(
2  doc="kernel type",
3  typemap=dict(
4  AL=SnapPsfMatchConfigAL,
5  DF=SnapPsfMatchConfigDF
6  ),
7  default="AL",
8  )

Definition at line 57 of file snapPsfMatch.py.


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