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