LSSTApplications  10.0-2-g4f67435,11.0.rc2+1,11.0.rc2+12,11.0.rc2+3,11.0.rc2+4,11.0.rc2+5,11.0.rc2+6,11.0.rc2+7,11.0.rc2+8
LSSTDataManagementBasePackage
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 49 of file snapPsfMatch.py.

Member Function Documentation

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

Definition at line 65 of file snapPsfMatch.py.

65 
66  def setDefaults(self):
67  ImagePsfMatchConfig.setDefaults(self)
68 
69  # No spatial variation in model
70  self.kernel.active.spatialKernelOrder = 0
71 
72  # Don't fit for differential background
73  self.kernel.active.fitForBackground = False
74 
75  # Small kernel size
76  self.kernel.active.kernelSize = 7
77 
78  # With zero spatial order don't worry about spatial clipping
79  self.kernel.active.spatialKernelClipping = False

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 59 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 50 of file snapPsfMatch.py.


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