xoa.core.regrid.hermit1d# xoa.core.regrid.hermit1d(vari, yi, yo, eshapes, extrap='no', bias=0.0, tension=0.0, drop_na=False, maxgap=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)) eshapes (array_like(3, ndim-1)) bias (float) tension (float) Returns: array_like(nx, nyo) (varo) – With nx=max(nxi, nxo)