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