lsst.shapelet gd4112516d0+a997a12aa6
Loading...
Searching...
No Matches
multiShapeletFunctionContinued.py
Go to the documentation of this file.
1from .._shapeletLib import MultiShapeletFunction
2
3from lsst.utils import continueClass
4
5__all__ = []
6
7
8@continueClass # noqa: F811 (FIXME: remove for py 3.8+)
9class MultiShapeletFunction: # noqa: F811
10 def __reduce__(self):
11 return (MultiShapeletFunction, (list(self.getComponents()),))