RiceMunk / omnifit

This is a package for doing ice spectroscopy fitting of interstellar ices.
https://ricemunk.github.io/omnifit/
6 stars 5 forks source link

Use astropy.modeling for fitting instead of lmfit? #23

Open RiceMunk opened 8 years ago

RiceMunk commented 8 years ago

As recommended by the astropy folks and since it would be nice to reduce the number of dependencies, it might be a good idea to use astropy.modeling instead of lmfit as the fitting engine for omnifit.

To make me not forget to check whether or not this suits what omnifit needs to do, I'm creating this issue here to keep reminding me.