.gitignore
.pre-commit-config.yaml
LICENSE
Makefile
README.md
download-data.sh
pyproject.toml
setup.cfg
setup.py
.github/workflows/pre-commit.yml
.github/workflows/publish.yml
.github/workflows/test.yml
/home/runner/work/starfit/starfit/src/starfit/fitness/abu_data.f90
/home/runner/work/starfit/starfit/src/starfit/fitness/fitting.f90
/home/runner/work/starfit/starfit/src/starfit/fitness/linalg.f90
/home/runner/work/starfit/starfit/src/starfit/fitness/norm.f90
/home/runner/work/starfit/starfit/src/starfit/fitness/powell.f90
/home/runner/work/starfit/starfit/src/starfit/fitness/solver.f90
/home/runner/work/starfit/starfit/src/starfit/fitness/star_data.f90
/home/runner/work/starfit/starfit/src/starfit/fitness/typedef.f90
/home/runner/work/starfit/starfit/src/starfit/fitness/utils.f90
/home/runner/work/starfit/starfit/src/starfit/solgen/solgen.f90
src/starfit/__init__.py
src/starfit/direct.py
src/starfit/fit.py
src/starfit/ga.py
src/starfit/multi.py
src/starfit/single.py
src/starfit/star.py
src/starfit/starfit.py
src/starfit/starplot.py
src/starfit/utils.py
src/starfit.egg-info/PKG-INFO
src/starfit.egg-info/SOURCES.txt
src/starfit.egg-info/dependency_links.txt
src/starfit.egg-info/not-zip-safe
src/starfit.egg-info/requires.txt
src/starfit.egg-info/top_level.txt
src/starfit/autils/.gitignore
src/starfit/autils/__init__.py
src/starfit/autils/abumodel.py
src/starfit/autils/abuset.py
src/starfit/autils/abusets.py
src/starfit/autils/isotope.py
src/starfit/autils/keputils.py
src/starfit/autils/loader.py
src/starfit/autils/logged.py
src/starfit/autils/physconst.py
src/starfit/autils/stardb.py
src/starfit/autils/utils.py
src/starfit/autils/uuidtime.py
src/starfit/autils/human/__init__.py
src/starfit/autils/human/byte.py
src/starfit/autils/human/config.py
src/starfit/autils/human/power.py
src/starfit/autils/human/prefix.py
src/starfit/autils/human/range.py
src/starfit/autils/human/template.py
src/starfit/autils/human/time.py
src/starfit/autils/human/unit.py
src/starfit/autils/human/util.py
src/starfit/autils/human/value.py
src/starfit/autils/human/version.py
src/starfit/data/db/.hashlist
src/starfit/data/db/he2sn.HW02.star.el.y.stardb.gz
src/starfit/data/db/he2sn.hennuc.star.el.y.stardb.xz
src/starfit/data/db/he2sn.hexnuc.star.el.y.stardb.xz
src/starfit/data/db/nuc.lc18.star.el.y.stardb.xz
src/starfit/data/db/rproc.just15.star.el.y.stardb.xz
src/starfit/data/db/rproc.wu.star.el.y.stardb.xz
src/starfit/data/db/znuc.S4.star.el.y.stardb.gz
src/starfit/data/db/znuc.Ye.star.el.y.stardb.gz
src/starfit/data/db/znuc2012.S4.star.el.y.stardb.gz
src/starfit/data/db/znuc2012.Ye.star.el.y.stardb.gz
src/starfit/data/db/znuc_hn.S4.star.el.y.stardb.xz
src/starfit/data/db/znuc_lc12.el.y.stardb.xz
src/starfit/data/ref/.hashlist
src/starfit/data/ref/bbnc16.dat
src/starfit/data/ref/bbnc19.dat
src/starfit/data/ref/bbnf02.dat
src/starfit/data/ref/solabu.dat
src/starfit/data/ref/solag89.dat
src/starfit/data/ref/solas09.dat
src/starfit/data/ref/solas12.dat
src/starfit/data/ref/solgn93.dat
src/starfit/data/ref/sollo03.dat
src/starfit/data/ref/sollo09.dat
src/starfit/data/ref/sollo20.dat
src/starfit/data/ref/sollo22.dat
src/starfit/data/stars/.hashlist
src/starfit/data/stars/BD_80_245.dat
src/starfit/data/stars/BS16934-002.dat
src/starfit/data/stars/CS30336-049.dat
src/starfit/data/stars/Cayrel2004.dat
src/starfit/data/stars/HE0107-5240.dat
src/starfit/data/stars/HE0557-4840.dat
src/starfit/data/stars/HE1300+0157.dat
src/starfit/data/stars/HE1327-2326.dat
src/starfit/data/stars/HE1327-2326_dwarf.dat
src/starfit/data/stars/HE1327-2326_subgiant.dat
src/starfit/data/stars/HE1424-0241.dat
src/starfit/data/stars/SDSS-J102915+172927.dat
src/starfit/data/stars/SMSS2003-1142.dat
src/starfit/data/stars/SMSS_J031300-670839.dat
src/starfit/data/stars/Spite2008.dat
src/starfit/example/lc12_stardb.py
src/starfit/fitness/.f2py_f2cmap
src/starfit/fitness/.gitignore
src/starfit/fitness/Makefile
src/starfit/fitness/__init__.py
src/starfit/fitness/abu_data.f90
src/starfit/fitness/fitting.f90
src/starfit/fitness/linalg.f90
src/starfit/fitness/make_pyf.txt
src/starfit/fitness/norm.f90
src/starfit/fitness/powell.f90
src/starfit/fitness/solver.f90
src/starfit/fitness/solver.py
src/starfit/fitness/solver.pyf
src/starfit/fitness/star_data.f90
src/starfit/fitness/test.f90
src/starfit/fitness/test_leqs.f90
src/starfit/fitness/tests.f90
src/starfit/fitness/typedef.f90
src/starfit/fitness/utils.f90
src/starfit/solgen/__init__.py
src/starfit/solgen/solgen.f90
tests/test_00_direct.py
tests/test_01_single.py
tests/test_02_double.py
tests/test_03_ga.py
tests/test_04_multi.py
tests/test_05_stars.py
tests/test_06_database.py
tests/test_07_abuset.py
tests/testdata/CI-Chondrite-Lodders2019_f4.dat
tests/testdata/CI-Chondrite-Lodders2019_f5.dat
tests/testdata/CI-Chondrite-Lodders2019_f7.dat