jason-neal / spectrum_overload

An astronomy spectrum class with overloaded math operators.

Home Page:http://spectrum-overload.readthedocs.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Need to add interpolation method

jason-neal opened this issue · comments

Even though numpy is slightly faster I will use scipy interp1d to gain all the different extra options such as kind and fill_value.

Something to consider - default interpolation method, linear, spline?

interpolate1d_to() and spline_interpolate_to() methods are available, PR #68