|
| def | compareShapeletFunctions (self, a, b, rtolEllipse=1E-13, rtolCoeff=1E-13, atolEllipse=1E-14, atolCoeff=1E-14) |
| |
| def | simplifyMultiShapeletFunction (self, msf) |
| |
| def | compareMultiShapeletFunctions (self, a, b, simplify=True, rtolEllipse=1E-13, rtolCoeff=1E-13, atolEllipse=1E-14, atolCoeff=1E-14) |
| |
| def | checkMoments (self, function, x, y, z) |
| |
| def | checkConvolution (self, f1, f2) |
| |
Definition at line 38 of file tests.py.
◆ checkConvolution()
| def lsst.shapelet.tests.ShapeletTestCase.checkConvolution |
( |
|
self, |
|
|
|
f1, |
|
|
|
f2 |
|
) |
| |
◆ checkMoments()
| def lsst.shapelet.tests.ShapeletTestCase.checkMoments |
( |
|
self, |
|
|
|
function, |
|
|
|
x, |
|
|
|
y, |
|
|
|
z |
|
) |
| |
◆ compareMultiShapeletFunctions()
| def lsst.shapelet.tests.ShapeletTestCase.compareMultiShapeletFunctions |
( |
|
self, |
|
|
|
a, |
|
|
|
b, |
|
|
|
simplify = True, |
|
|
|
rtolEllipse = 1E-13, |
|
|
|
rtolCoeff = 1E-13, |
|
|
|
atolEllipse = 1E-14, |
|
|
|
atolCoeff = 1E-14 |
|
) |
| |
◆ compareShapeletFunctions()
| def lsst.shapelet.tests.ShapeletTestCase.compareShapeletFunctions |
( |
|
self, |
|
|
|
a, |
|
|
|
b, |
|
|
|
rtolEllipse = 1E-13, |
|
|
|
rtolCoeff = 1E-13, |
|
|
|
atolEllipse = 1E-14, |
|
|
|
atolCoeff = 1E-14 |
|
) |
| |
◆ makeImage()
| def lsst.shapelet.tests.ShapeletTestCase.makeImage |
( |
|
function, |
|
|
|
x, |
|
|
|
y |
|
) |
| |
|
static |
◆ makeRandomMultiShapeletFunction()
| def lsst.shapelet.tests.ShapeletTestCase.makeRandomMultiShapeletFunction |
( |
|
nComponents = 3, |
|
|
|
ellipse = None |
|
) |
| |
|
static |
◆ makeRandomShapeletFunction()
| def lsst.shapelet.tests.ShapeletTestCase.makeRandomShapeletFunction |
( |
|
order = 2, |
|
|
|
zeroCenter = False, |
|
|
|
ellipse = None, |
|
|
|
scale = 1.0 |
|
) |
| |
|
static |
◆ makeUnitVector()
| def lsst.shapelet.tests.ShapeletTestCase.makeUnitVector |
( |
|
i, |
|
|
|
n |
|
) |
| |
|
static |
◆ simplifyMultiShapeletFunction()
| def lsst.shapelet.tests.ShapeletTestCase.simplifyMultiShapeletFunction |
( |
|
self, |
|
|
|
msf |
|
) |
| |
The documentation for this class was generated from the following file: