jkrogager / VoigtFit

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

Load static data files using astropy tables #67

Closed jkrogager closed 1 month ago

jkrogager commented 1 month ago

Changing the way I load the Solar reference abundances from Asplund 2021. Now I use Astropy.table instead of the numpy structured array. Also adding further testing of the code.