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 | Public Attributes | List of all members
lsst.ip.diffim.snapPsfMatch.SnapPsfMatchConfigAL Class Reference
Inheritance diagram for lsst.ip.diffim.snapPsfMatch.SnapPsfMatchConfigAL:

Public Member Functions

def setDefaults
 

Public Attributes

 alardNGauss
 
 alardDegGauss
 
 alardSigGauss
 

Detailed Description

Sum-of-Gaussian (Alard-Lupton) Psf-matching config optimized for snap subtraction

Definition at line 39 of file snapPsfMatch.py.

Member Function Documentation

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

Definition at line 41 of file snapPsfMatch.py.

41 
42  def setDefaults(self):
43  PsfMatchConfigAL.setDefaults(self)
44 
45  # Simple basis set
46  self.alardNGauss = 2
47  self.alardDegGauss = (4, 2)
48  self.alardSigGauss = (1.0, 2.5)

Member Data Documentation

lsst.ip.diffim.snapPsfMatch.SnapPsfMatchConfigAL.alardDegGauss

Definition at line 46 of file snapPsfMatch.py.

lsst.ip.diffim.snapPsfMatch.SnapPsfMatchConfigAL.alardNGauss

Definition at line 45 of file snapPsfMatch.py.

lsst.ip.diffim.snapPsfMatch.SnapPsfMatchConfigAL.alardSigGauss

Definition at line 47 of file snapPsfMatch.py.


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