MultiShapeletFunctionEvaluator¶
- 
class 
lsst.shapelet.MultiShapeletFunctionEvaluator¶ Bases:
pybind11_builtins.pybind11_objectMethods Summary
__call__(*args, **kwargs)Overloaded function. addToImage(*args, **kwargs)Overloaded function. computeMoments(self)integrate(self)update(self, arg0)Methods Documentation
- 
__call__(*args, **kwargs)¶ Overloaded function.
- __call__(self: lsst.shapelet.multiShapeletFunction.multiShapeletFunction.MultiShapeletFunctionEvaluator, arg0: float, arg1: float) -> float
 - __call__(self: lsst.shapelet.multiShapeletFunction.multiShapeletFunction.MultiShapeletFunctionEvaluator, arg0: lsst.geom.Point2D) -> float
 - __call__(self: lsst.shapelet.multiShapeletFunction.multiShapeletFunction.MultiShapeletFunctionEvaluator, arg0: lsst.geom.Extent2D) -> float
 - __call__(self: lsst.shapelet.multiShapeletFunction.multiShapeletFunction.MultiShapeletFunctionEvaluator, arg0: ndarray::Array<double const, 1, 0>, arg1: ndarray::Array<double const, 1, 0>) -> ndarray::Array<double, 1, 1>
 
- 
addToImage(*args, **kwargs)¶ Overloaded function.
- addToImage(self: lsst.shapelet.multiShapeletFunction.multiShapeletFunction.MultiShapeletFunctionEvaluator, array: ndarray::Array<double, 2, 1>, xy0: lsst.geom.Point2I=Point2I(0, 0)) -> None
 - addToImage(self: lsst.shapelet.multiShapeletFunction.multiShapeletFunction.MultiShapeletFunctionEvaluator, image: lsst.afw.image.image.image.ImageD) -> None
 
- 
computeMoments(self: lsst.shapelet.multiShapeletFunction.multiShapeletFunction.MultiShapeletFunctionEvaluator) → lsst.afw.geom.ellipses.ellipse.ellipse.Ellipse¶ 
- 
integrate(self: lsst.shapelet.multiShapeletFunction.multiShapeletFunction.MultiShapeletFunctionEvaluator) → float¶ 
- 
update(self: lsst.shapelet.multiShapeletFunction.multiShapeletFunction.MultiShapeletFunctionEvaluator, arg0: lsst.shapelet.multiShapeletFunction.multiShapeletFunction.MultiShapeletFunction) → None¶ 
-