MultiShapeletFunction¶
- 
class 
lsst.shapelet.MultiShapeletFunction¶ Bases:
pybind11_builtins.pybind11_objectMethods 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.multiShapeletFunction.MultiShapeletFunction, arg0: lsst.shapelet.shapeletFunction.shapeletFunction.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
 
- 
evaluate(self: lsst.shapelet.multiShapeletFunction.multiShapeletFunction.MultiShapeletFunction) → lsst.shapelet.multiShapeletFunction.multiShapeletFunction.MultiShapeletFunctionEvaluator¶ 
- 
getComponents(self: lsst.shapelet.multiShapeletFunction.multiShapeletFunction.MultiShapeletFunction) → tuple¶ 
- 
normalize(self: lsst.shapelet.multiShapeletFunction.multiShapeletFunction.MultiShapeletFunction, value: float = 1.0) → None¶ 
- 
shiftInPlace(self: lsst.shapelet.multiShapeletFunction.multiShapeletFunction.MultiShapeletFunction, arg0: lsst.geom.Extent2D) → None¶ 
- 
transformInPlace(self: lsst.shapelet.multiShapeletFunction.multiShapeletFunction.MultiShapeletFunction, arg0: lsst.geom.AffineTransform) → None¶ 
-