Interpolate#

class lsst.afw.math.Interpolate#

Bases: pybind11_object

Attributes Summary

Methods Summary

interpolate(*args, **kwargs)

Overloaded function.

Attributes Documentation

AKIMA_SPLINE = <Style.AKIMA_SPLINE: 5>#
AKIMA_SPLINE_PERIODIC = <Style.AKIMA_SPLINE_PERIODIC: 6>#
CONSTANT = <Style.CONSTANT: 0>#
CUBIC_SPLINE = <Style.CUBIC_SPLINE: 3>#
CUBIC_SPLINE_PERIODIC = <Style.CUBIC_SPLINE_PERIODIC: 4>#
LINEAR = <Style.LINEAR: 1>#
NATURAL_SPLINE = <Style.NATURAL_SPLINE: 2>#
NUM_STYLES = <Style.NUM_STYLES: 7>#
UNKNOWN = <Style.UNKNOWN: -1>#

Methods Documentation

interpolate(*args, **kwargs)#

Overloaded function.

  1. interpolate(self: lsst.afw.math.Interpolate, arg0: typing.SupportsFloat) -> float

  2. interpolate(self: lsst.afw.math.Interpolate, arg0: collections.abc.Sequence[typing.SupportsFloat]) -> list[float]

  3. interpolate(self: lsst.afw.math.Interpolate, arg0: numpy.ndarray) -> numpy.ndarray