TautSpline¶
- class lsst.afw.math.TautSpline¶
Bases:
SplineAttributes Summary
Methods Summary
derivative(self, arg0, arg1)interpolate(self, arg0, arg1)roots(self, arg0, arg1, arg2)Attributes Documentation
- Even = <Symmetry.Even: 2>¶
- Odd = <Symmetry.Odd: 1>¶
- Unknown = <Symmetry.Unknown: 0>¶
Methods Documentation
- derivative(self: lsst.afw.math.detail.Spline, arg0: collections.abc.Sequence[SupportsFloat], arg1: collections.abc.Sequence[SupportsFloat]) None¶
- interpolate(self: lsst.afw.math.detail.Spline, arg0: collections.abc.Sequence[SupportsFloat], arg1: collections.abc.Sequence[SupportsFloat]) None¶
- roots(self: lsst.afw.math.detail.TautSpline, arg0: SupportsFloat, arg1: SupportsFloat, arg2: SupportsFloat) list[float]¶