lsst.shapelet  13.0-6-ge6e5c2d+5
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends
Public Member Functions | Static Public Member Functions | List of all members
lsst.shapelet.tests.ShapeletTestCase Class Reference
Inheritance diagram for lsst.shapelet.tests.ShapeletTestCase:

Public Member Functions

def compareShapeletFunctions
 
def simplifyMultiShapeletFunction
 
def compareMultiShapeletFunctions
 
def checkMoments
 
def checkConvolution
 

Static Public Member Functions

def makeUnitVector
 
def makeImage
 
def makeRandomShapeletFunction
 
def makeRandomMultiShapeletFunction
 

Detailed Description

Definition at line 42 of file tests.py.

Member Function Documentation

def lsst.shapelet.tests.ShapeletTestCase.checkConvolution (   self,
  f1,
  f2 
)

Definition at line 144 of file tests.py.

def lsst.shapelet.tests.ShapeletTestCase.checkMoments (   self,
  function,
  x,
  y,
  z 
)

Definition at line 118 of file tests.py.

def lsst.shapelet.tests.ShapeletTestCase.compareMultiShapeletFunctions (   self,
  a,
  b,
  simplify = True,
  rtolEllipse = 1E-13,
  rtolCoeff = 1E-13,
  atolEllipse = 1E-14,
  atolCoeff = 1E-14 
)

Definition at line 109 of file tests.py.

def lsst.shapelet.tests.ShapeletTestCase.compareShapeletFunctions (   self,
  a,
  b,
  rtolEllipse = 1E-13,
  rtolCoeff = 1E-13,
  atolEllipse = 1E-14,
  atolCoeff = 1E-14 
)

Definition at line 87 of file tests.py.

def lsst.shapelet.tests.ShapeletTestCase.makeImage (   function,
  x,
  y 
)
static

Definition at line 51 of file tests.py.

def lsst.shapelet.tests.ShapeletTestCase.makeRandomMultiShapeletFunction (   nComponents = 3,
  ellipse = None 
)
static

Definition at line 80 of file tests.py.

def lsst.shapelet.tests.ShapeletTestCase.makeRandomShapeletFunction (   order = 2,
  zeroCenter = False,
  ellipse = None,
  scale = 1.0 
)
static

Definition at line 60 of file tests.py.

def lsst.shapelet.tests.ShapeletTestCase.makeUnitVector (   i,
  n 
)
static

Definition at line 45 of file tests.py.

def lsst.shapelet.tests.ShapeletTestCase.simplifyMultiShapeletFunction (   self,
  msf 
)

Definition at line 96 of file tests.py.


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