ShapeletFunction

class lsst.shapelet.ShapeletFunction

Bases: pybind11_builtins.pybind11_object

Attributes Summary

FLUX_FACTOR

Methods Summary

changeBasisType(self, arg0)

convolve(self, arg0)

evaluate(self)

getBasisType(self)

getCoefficients(self)

getEllipse(self)

getOrder(self)

normalize(self, value)

setEllipse(self, arg0)

shiftInPlace(self, arg0)

transformInPlace(self, arg0)

Attributes Documentation

FLUX_FACTOR = 3.5449077018110318

Methods Documentation

changeBasisType(self: lsst.shapelet.ShapeletFunction, arg0: lsst.shapelet.BasisTypeEnum)None
convolve(self: lsst.shapelet.ShapeletFunction, arg0: lsst.shapelet.ShapeletFunction)lsst.shapelet.ShapeletFunction
evaluate(self: lsst.shapelet.ShapeletFunction)lsst::shapelet::ShapeletFunctionEvaluator
getBasisType(self: lsst.shapelet.ShapeletFunction)lsst.shapelet.BasisTypeEnum
getCoefficients(self: lsst.shapelet.ShapeletFunction)numpy.ndarray
getEllipse(self: lsst.shapelet.ShapeletFunction)lsst.afw.geom.Ellipse
getOrder(self: lsst.shapelet.ShapeletFunction)int
normalize(self: lsst.shapelet.ShapeletFunction, value: float = 1.0)None
setEllipse(self: lsst.shapelet.ShapeletFunction, arg0: lsst.afw.geom.Ellipse)None
shiftInPlace(self: lsst.shapelet.ShapeletFunction, arg0: lsst.geom.Extent2D)None
transformInPlace(self: lsst.shapelet.ShapeletFunction, arg0: lsst.geom.AffineTransform)None