jkrogager / VoigtFit

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

Spec overlap #14

Closed jkrogager closed 6 years ago

jkrogager commented 6 years ago

The code is now able to fit overlapping spectra simultaneously (of the same object). This way combined constraints can be achieved easily. Moreover, a fully flexible set of options to control the appearance of component markers has been included. Together with other small plotting updates to accommodate the new handling of multiple spectra. Lastly, the lmfit.minimizer is now saved as an attribute of the dataset and can be accessed in scripts or ipython. This allows the user to explore confidence intervals using the functionality of lmfit.