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.

  1. convolve(self: lsst.shapelet.MultiShapeletFunction, arg0: lsst.shapelet.ShapeletFunction) -> lsst.shapelet.MultiShapeletFunction

  2. convolve(self: lsst.shapelet.MultiShapeletFunction, arg0: lsst.shapelet.MultiShapeletFunction) -> lsst.shapelet.MultiShapeletFunction

evaluate(self: lsst.shapelet.MultiShapeletFunction) lsst.shapelet.MultiShapeletFunctionEvaluator
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