MultiShapeletFunction¶
- class lsst.shapelet.MultiShapeletFunction¶
Bases:
pybind11_object
Methods Summary
addComponent
(self, arg0)convolve
(*args, **kwargs)Overloaded function.
evaluate
(self)getComponents
(self)normalize
(self[, value])shiftInPlace
(self, arg0)transformInPlace
(self, arg0)Methods Documentation
- addComponent(self: lsst.shapelet.MultiShapeletFunction, arg0: lsst.shapelet.ShapeletFunction) None ¶
- convolve(*args, **kwargs)¶
Overloaded function.
convolve(self: lsst.shapelet.MultiShapeletFunction, arg0: lsst.shapelet.ShapeletFunction) -> lsst.shapelet.MultiShapeletFunction
convolve(self: lsst.shapelet.MultiShapeletFunction, arg0: lsst.shapelet.MultiShapeletFunction) -> lsst.shapelet.MultiShapeletFunction
- getComponents(self: lsst.shapelet.MultiShapeletFunction) tuple ¶
- normalize(self: lsst.shapelet.MultiShapeletFunction, value: float = 1.0) None ¶
- shiftInPlace(self: lsst.shapelet.MultiShapeletFunction, arg0: lsst.geom.Extent2D) None ¶
- transformInPlace(self: lsst.shapelet.MultiShapeletFunction, arg0: lsst.geom.AffineTransform) None ¶