lsst.shapelet
g44018dc512+ceea2cf59b
Loading...
Searching...
No Matches
python
lsst
shapelet
multiShapeletFunction
multiShapeletFunctionContinued.py
Go to the documentation of this file.
1
from
.._shapeletLib
import
MultiShapeletFunction
2
3
from
lsst.utils
import
continueClass
4
5
__all__ = []
6
7
8
@continueClass
# noqa: F811 (FIXME: remove for py 3.8+)
9
class
MultiShapeletFunction
:
# noqa: F811
10
def
__reduce__
(self):
11
return
(MultiShapeletFunction, (list(self.getComponents()),))
lsst::shapelet.multiShapeletFunction.multiShapeletFunctionContinued.MultiShapeletFunction
Definition
multiShapeletFunctionContinued.py:9
lsst::shapelet.multiShapeletFunction.multiShapeletFunctionContinued.MultiShapeletFunction.__reduce__
__reduce__(self)
Definition
multiShapeletFunctionContinued.py:10
lsst.utils
Generated on Fri Sep 8 2023 10:18:58 for lsst.shapelet by
1.9.7