MultiShapeletFunction¶
-
class
lsst.shapelet.
MultiShapeletFunction
¶ Bases:
pybind11_builtins.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.multiShapeletFunction.MultiShapeletFunction, arg0: lsst.shapelet.shapeletFunction.shapeletFunction.ShapeletFunction) -> lsst.shapelet.multiShapeletFunction.multiShapeletFunction.MultiShapeletFunction
convolve(self: lsst.shapelet.multiShapeletFunction.multiShapeletFunction.MultiShapeletFunction, arg0: lsst.shapelet.multiShapeletFunction.multiShapeletFunction.MultiShapeletFunction) -> lsst.shapelet.multiShapeletFunction.multiShapeletFunction.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¶
-