RadialProfile

class lsst.shapelet.RadialProfile

Bases: pybind11_object

Methods Summary

evaluate(r)

get(arg0)

getBasis(self, nComponents[, maxRadius])

getMomentsRadiusFactor(self)

getName(self)

registerBasis(self, arg0, arg1, arg2)

Methods Documentation

evaluate(r)
static get(arg0: str) lsst.shapelet.RadialProfile
getBasis(self: lsst.shapelet.RadialProfile, nComponents: int, maxRadius: int = 0) lsst.shapelet.MultiShapeletBasis
getMomentsRadiusFactor(self: lsst.shapelet.RadialProfile) float
getName(self: lsst.shapelet.RadialProfile) str
registerBasis(self: lsst.shapelet.RadialProfile, arg0: lsst.shapelet.MultiShapeletBasis, arg1: int, arg2: int) None