jkrogager / VoigtFit

Python code to fit absorption lines semi-interactively
http://voigtfit.readthedocs.io/
MIT License
28 stars 12 forks source link

Scipy update #62

Closed jkrogager closed 5 months ago

jkrogager commented 5 months ago

Updating the imports of scipy.signal to avoid the deprecated scipy.signal.gaussian. Now using signal.windows.gaussian instead. Fixes open issue #61