LSSTApplications
18.1.0
LSSTDataManagementBasePackage
stack
Linux64
shapelet
18.1.0
python
lsst
shapelet
shapeletFunction
shapeletFunctionContinued.py
Go to the documentation of this file.
1
from
.shapeletFunction
import
ShapeletFunction
2
3
from
lsst.utils
import
continueClass
4
5
__all__ = []
6
7
8
@continueClass
# noqa
9
class
ShapeletFunction
:
10
def
__reduce__
(self):
11
return
(ShapeletFunction, (self.getOrder(), self.getBasisType(),
12
self.getEllipse(), self.getCoefficients()))
lsst::utils
Definition:
Backtrace.h:29
lsst::shapelet.shapeletFunction.shapeletFunctionContinued.ShapeletFunction
Definition:
shapeletFunctionContinued.py:9
lsst::shapelet.shapeletFunction.shapeletFunctionContinued.ShapeletFunction.__reduce__
def __reduce__(self)
Definition:
shapeletFunctionContinued.py:10
Generated on Thu Aug 8 2019 20:20:24 for LSSTApplications by
1.8.13