lsst.shapelet
gf3487cfe8b+c0a299ae6f
Loading...
Searching...
No Matches
python
lsst
shapelet
shapeletFunction
shapeletFunctionContinued.py
Go to the documentation of this file.
1
from
.._shapeletLib
import
ShapeletFunction
2
3
from
lsst.utils
import
continueClass
4
5
__all__ = []
6
7
8
@continueClass
# noqa: F811 (FIXME: remove for py 3.8+)
9
class
ShapeletFunction
:
# noqa: F811
10
def
__reduce__
(self):
11
return
(ShapeletFunction, (self.getOrder(), self.getBasisType(),
12
self.getEllipse(), self.getCoefficients()))
lsst::shapelet.shapeletFunction.shapeletFunctionContinued.ShapeletFunction
Definition
shapeletFunctionContinued.py:9
lsst::shapelet.shapeletFunction.shapeletFunctionContinued.ShapeletFunction.__reduce__
__reduce__(self)
Definition
shapeletFunctionContinued.py:10
lsst.utils
Generated on Mon Jul 24 2023 09:57:12 for lsst.shapelet by
1.9.7