xoa.interp.cubic1d

xoa.interp.cubic1d(vari, yi, yo)[source]

Cubic interpolation of nD data along an axis with varying coordinates

Warning

nxi must be either a multiple or a divisor of nxo, and multiple of nxiy.

Parameters
  • vari (array_like(nxi, nyi)) –

  • yi (array_like(nxiy, nyi)) –

  • yo (array_like(nxo, nyo)) –

Returns

array_like(nx, nyo) (varo) – With nx=max(nxi, nxo)