makeInterpolate¶
-
lsst.afw.math.
makeInterpolate
(*args, **kwargs)¶ Overloaded function.
- makeInterpolate(x: List[float], y: List[float], style: lsst.afw.math.interpolate.Interpolate.Style=Style.AKIMA_SPLINE) -> lsst.afw.math.interpolate.Interpolate
- makeInterpolate(x: ndarray::Array<double const, 1, 0>, y: ndarray::Array<double const, 1, 0>, style: lsst.afw.math.interpolate.Interpolate.Style=Style.AKIMA_SPLINE) -> lsst.afw.math.interpolate.Interpolate