astropy.utils
astropy.utils.masked
One-dimensional linear interpolation.
Like numpy.interp, but any masked points in xp and fp are ignored. Any masked values in x will still be evaluated, but masked on output.
numpy.interp
xp
fp
x