makeInterpolate¶
- lsst.afw.math.makeInterpolate(*args, **kwargs)¶
- Overloaded function. - makeInterpolate(x: collections.abc.Sequence[typing.SupportsFloat], y: collections.abc.Sequence[typing.SupportsFloat], style: lsst.afw.math.Interpolate.Style = <Style.???: 5>) -> lsst.afw.math.Interpolate 
- makeInterpolate(x: numpy.ndarray, y: numpy.ndarray, style: lsst.afw.math.Interpolate.Style = <Style.???: 5>) -> lsst.afw.math.Interpolate