Chebyshev1Function2F#
- class lsst.afw.math.Chebyshev1Function2F#
Bases:
BasePolynomialFunction2FMethods Summary
__call__(self, x, y)clone(self)getXYRange(self)isPersistable(self)toString(self[, prefix])truncate(self, order)Methods Documentation
- __call__(self: lsst.afw.math.Chebyshev1Function2F, x: SupportsFloat, y: SupportsFloat) float#
- getXYRange(self: lsst.afw.math.Chebyshev1Function2F) lsst.geom.Box2D#
- isPersistable(self: lsst.afw.math.Chebyshev1Function2F) bool#
- toString(self: lsst.afw.math.Chebyshev1Function2F, prefix: str = '') str#
- truncate(self: lsst.afw.math.Chebyshev1Function2F, order: SupportsInt) lsst.afw.math.Chebyshev1Function2F#