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