Closed psmd-iberutaru closed 3 weeks ago
Currently, the cubic spline has been replaced with general splines, powered by scipy.interpolate.PchipInterpolator
This is because Akima1D does not seem to implement extrapolation yet.
Fix requires Scipy v 1.14.
Fixed as the Scipy build was pushed.
Akima1D is another Scipy interpolating routine that provides exact point fitting while also reducing the chances of a the twice differentiable cubic splines from overshooting the fit. This is more useful with thin spectra line or otherwise sharp interpolation.