Chebyshev1Function1D#

class lsst.afw.math.Chebyshev1Function1D#

Bases: Function1D

Methods 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 | SupportsIndex) float#
clone(self: lsst.afw.math.Chebyshev1Function1D) lsst.afw.math.Function1D#
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#