ShapeletFunctionEvaluator

class lsst.shapelet.ShapeletFunctionEvaluator

Bases: pybind11_object

Methods 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.

  1. __call__(self: lsst.shapelet.ShapeletFunctionEvaluator, arg0: float, arg1: float) -> float

  2. __call__(self: lsst.shapelet.ShapeletFunctionEvaluator, arg0: lsst.geom.Point2D) -> float

  3. __call__(self: lsst.shapelet.ShapeletFunctionEvaluator, arg0: lsst.geom.Extent2D) -> float

  4. __call__(self: lsst.shapelet.ShapeletFunctionEvaluator, arg0: numpy.ndarray, arg1: numpy.ndarray) -> numpy.ndarray

addToImage(*args, **kwargs)

Overloaded function.

  1. addToImage(self: lsst.shapelet.ShapeletFunctionEvaluator, array: numpy.ndarray, xy0: lsst.geom.Point2I = Point2D(0, 0)) -> None

  2. addToImage(self: lsst.shapelet.ShapeletFunctionEvaluator, image: lsst.afw.image._image.ImageD) -> None

computeMoments(self: lsst.shapelet.ShapeletFunctionEvaluator) lsst.afw.geom.ellipses.Ellipse
integrate(self: lsst.shapelet.ShapeletFunctionEvaluator) float
update(self: lsst.shapelet.ShapeletFunctionEvaluator, arg0: lsst.shapelet.ShapeletFunction) None