LICENSE
MANIFEST.in
README.md
pyproject.toml
setup.cfg
setup.py
versioneer.py
src/pysme/__init__.py
src/pysme/__main__.py
src/pysme/_version.py
src/pysme/abund.py
src/pysme/broadening.py
src/pysme/config.py
src/pysme/config_default.json
src/pysme/continuum_and_radial_velocity.py
src/pysme/cwrapper.py
src/pysme/data_structure.py
src/pysme/datafiles_atmospheres.json
src/pysme/datafiles_nlte.json
src/pysme/echelle.py
src/pysme/iliffe_vector.py
src/pysme/large_file_storage.py
src/pysme/nlte.py
src/pysme/nso.py
src/pysme/persistence.py
src/pysme/sme.py
src/pysme/sme_synth.py
src/pysme/sme_synth_cw.py
src/pysme/solve.py
src/pysme/synthesize.py
src/pysme/uncertainties.py
src/pysme/util.py
src/pysme/atmosphere/__init__.py
src/pysme/atmosphere/atmosphere.py
src/pysme/atmosphere/interpolation.py
src/pysme/atmosphere/krzfile.py
src/pysme/atmosphere/savfile.py
src/pysme/gui/__init__.py
src/pysme/gui/plot_colors.py
src/pysme/gui/plot_plotly.py
src/pysme/gui/plot_pyplot.py
src/pysme/linelist/VALD3_ref.bib
src/pysme/linelist/__init__.py
src/pysme/linelist/ges.py
src/pysme/linelist/linelist.py
src/pysme/linelist/vald.py
src/pysme/smelib/__init__.py
src/pysme/smelib/_smelib.cpp
src/pysme/smelib/libtools.py
src/pysme/smelib/setup.py
src/pysme/smelib/sme_synth_faster.h
src/pysme_astro.egg-info/PKG-INFO
src/pysme_astro.egg-info/SOURCES.txt
src/pysme_astro.egg-info/dependency_links.txt
src/pysme_astro.egg-info/requires.txt
src/pysme_astro.egg-info/top_level.txt
test/test_abund.py
test/test_atmospheres.py
test/test_continuum_and_rv.py
test/test_dll.py
test/test_largefilestorage.py
test/test_nlte.py
test/test_plotting.py
test/test_sme_structure.py
test/test_solver.py
test/test_synthesis.py
test/test_uncertainties.py
test/test_vald.py