LSSTApplications  10.0+286,10.0+36,10.0+46,10.0-2-g4f67435,10.1+152,10.1+37,11.0,11.0+1,11.0-1-g47edd16,11.0-1-g60db491,11.0-1-g7418c06,11.0-2-g04d2804,11.0-2-g68503cd,11.0-2-g818369d,11.0-2-gb8b8ce7
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: