MultiShapeletBasis#

class lsst.shapelet.MultiShapeletBasis#

Bases: pybind11_object

Methods Summary

addComponent(self, arg0, arg1, arg2)

getComponentCount(self)

getSize(self)

makeFunction(self, arg0, arg1)

merge(self, arg0)

normalize(self)

scale(self, arg0)

Methods Documentation

addComponent(self: lsst.shapelet.MultiShapeletBasis, arg0: SupportsFloat, arg1: SupportsInt, arg2: numpy.ndarray) None#
getComponentCount(self: lsst.shapelet.MultiShapeletBasis) int#
getSize(self: lsst.shapelet.MultiShapeletBasis) int#
makeFunction(self: lsst.shapelet.MultiShapeletBasis, arg0: lsst.afw.geom.ellipses.Ellipse, arg1: numpy.ndarray) lsst.shapelet.MultiShapeletFunction#
merge(self: lsst.shapelet.MultiShapeletBasis, arg0: lsst.shapelet.MultiShapeletBasis) None#
normalize(self: lsst.shapelet.MultiShapeletBasis) None#
scale(self: lsst.shapelet.MultiShapeletBasis, arg0: SupportsFloat) None#