lsst.shapelet
14.0-1-ge6e5c2d+53
python
lsst
shapelet
shapeletFunction
shapeletFunctionContinued.py
Go to the documentation of this file.
1
from
__future__
import
absolute_import, division, print_function
2
3
from
.shapeletFunction
import
ShapeletFunction
4
5
from
lsst.utils
import
continueClass
6
7
__all__ = []
8
9
10
@continueClass
# noqa
11
class
ShapeletFunction
:
12
def
__reduce__
(self):
13
return
(ShapeletFunction, (self.getOrder(), self.getBasisType(),
14
self.getEllipse(), self.getCoefficients()))
lsst::utils
lsst::shapelet.shapeletFunction.shapeletFunctionContinued.ShapeletFunction
Definition:
shapeletFunctionContinued.py:11
lsst::shapelet.shapeletFunction.shapeletFunctionContinued.ShapeletFunction.__reduce__
def __reduce__(self)
Definition:
shapeletFunctionContinued.py:12
Generated on Fri Mar 23 2018 12:02:20 for lsst.shapelet by
1.8.13