lsst.shapelet¶
This module provides Gauss-Hermite and Gauss-Laguerre functions for use with the LSST Science Pipelines.
Contributing¶
lsst.shapelet is developed at https://github.com/lsst/shapelet.
You can find Jira issues for this module under the shapelet component.
If there are topics related to developing this module (rather than using it), link to this from a toctree placed here.
Python API reference¶
lsst.shapelet Package¶
Functions¶
| computeOffset(arg0) | |
| computeOrder(arg0) | |
| computeSize(arg0) | |
| intSqrt(arg0) | |
| rationalSqrt(arg0, arg1) | 
Classes¶
| BasisEvaluator | |
| BasisTypeEnum | |
| GaussHermiteConvolution | |
| GaussHermiteProjection | |
| HermiteIndexGenerator(order) | Iterable that generates tuples of indices. | 
| HermiteTransformMatrix | |
| IndexGenerator(order) | Base class for shapelet index generators. | 
| LaguerreIndexGenerator(order) | Iterable that generates tuples of indices. | 
| MatrixBuilderD | |
| MatrixBuilderF | |
| MatrixBuilderFactoryD | |
| MatrixBuilderFactoryF | |
| MatrixBuilderWorkspaceD | |
| MatrixBuilderWorkspaceF | |
| MultiShapeletBasis | |
| MultiShapeletBasisComponent | |
| MultiShapeletFunction | |
| MultiShapeletFunctionEvaluator | |
| MultiShapeletFunctionKey | |
| RadialProfile | |
| ShapeletFunction | |
| ShapeletFunctionEvaluator | |
| ShapeletFunctionKey |