lsst.shapelet
16.0-4-g84f75fb+4
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 Jul 13 2018 11:44:33 for lsst.shapelet by
1.8.13