xoa.interp.hermit1d

xoa.interp.hermit1d(vari, yi, yo, bias=0.0, tension=0.0)[source]

Hermitian interp. 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)) –

  • bias (float) –

  • tension (float) –

Returns

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