|
lsst.shapelet gc794cbe0cf+cb1993dea9
|
Public Member Functions | |
| compareShapeletFunctions (self, a, b, rtolEllipse=1E-13, rtolCoeff=1E-13, atolEllipse=1E-14, atolCoeff=1E-14) | |
| simplifyMultiShapeletFunction (self, msf) | |
| compareMultiShapeletFunctions (self, a, b, simplify=True, rtolEllipse=1E-13, rtolCoeff=1E-13, atolEllipse=1E-14, atolCoeff=1E-14) | |
| checkMoments (self, function, x, y, z) | |
| checkConvolution (self, f1, f2) | |
Static Public Member Functions | |
| makeUnitVector (i, n) | |
| makeImage (function, x, y) | |
| makeRandomShapeletFunction (order=2, zeroCenter=False, ellipse=None, scale=1.0) | |
| makeRandomMultiShapeletFunction (nComponents=3, ellipse=None) | |
| lsst.shapelet.tests.ShapeletTestCase.checkConvolution | ( | self, | |
| f1, | |||
| f2 ) |
| lsst.shapelet.tests.ShapeletTestCase.checkMoments | ( | self, | |
| function, | |||
| x, | |||
| y, | |||
| z ) |
| lsst.shapelet.tests.ShapeletTestCase.compareMultiShapeletFunctions | ( | self, | |
| a, | |||
| b, | |||
| simplify = True, | |||
| rtolEllipse = 1E-13, | |||
| rtolCoeff = 1E-13, | |||
| atolEllipse = 1E-14, | |||
| atolCoeff = 1E-14 ) |
| lsst.shapelet.tests.ShapeletTestCase.compareShapeletFunctions | ( | self, | |
| a, | |||
| b, | |||
| rtolEllipse = 1E-13, | |||
| rtolCoeff = 1E-13, | |||
| atolEllipse = 1E-14, | |||
| atolCoeff = 1E-14 ) |
|
static |
|
static |
|
static |
|
static |
| lsst.shapelet.tests.ShapeletTestCase.simplifyMultiShapeletFunction | ( | self, | |
| msf ) |