RadialProfile¶
- 
class lsst.shapelet.RadialProfile¶
- Bases: - pybind11_builtins.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.radialProfile.RadialProfile¶
 - 
getBasis(self: lsst.shapelet.radialProfile.radialProfile.RadialProfile, nComponents: int, maxRadius: int = 0) → lsst.shapelet.multiShapeletBasis.MultiShapeletBasis¶
 - 
getMomentsRadiusFactor(self: lsst.shapelet.radialProfile.radialProfile.RadialProfile) → float¶
 - 
getName(self: lsst.shapelet.radialProfile.radialProfile.RadialProfile) → str¶
 - 
registerBasis(self: lsst.shapelet.radialProfile.radialProfile.RadialProfile, arg0: lsst.shapelet.multiShapeletBasis.MultiShapeletBasis, arg1: int, arg2: int) → None¶
 
-