Chebyshev1Function1D#
- class lsst.afw.math.Chebyshev1Function1D#
Bases:
Function1DMethods Summary
__call__(self, x)clone(self)getMaxX(self)getMinX(self)getOrder(self)isLinearCombination(self)toString(self[, prefix])Methods Documentation
- __call__(self: lsst.afw.math.Chebyshev1Function1D, x: SupportsFloat) float#
- getMaxX(self: lsst.afw.math.Chebyshev1Function1D) float#
- getMinX(self: lsst.afw.math.Chebyshev1Function1D) float#
- getOrder(self: lsst.afw.math.Chebyshev1Function1D) int#
- isLinearCombination(self: lsst.afw.math.Chebyshev1Function1D) bool#
- toString(self: lsst.afw.math.Chebyshev1Function1D, prefix: str = '') str#