.gitignore
.pre-commit-config.yaml
.readthedocs.yml
CHANGELOG.md
CITATION.bib
CONTRIBUTORS.md
LICENSE
Pipfile
README.md
pyproject.toml
setup.py
.github/workflows/ci.yml
.github/workflows/deploy.yml
Starfish/__init__.py
Starfish/constants.py
Starfish/spectrum.py
Starfish/transforms.py
Starfish/utils.py
Starfish/emulator/__init__.py
Starfish/emulator/_utils.py
Starfish/emulator/emulator.py
Starfish/emulator/kernels.py
Starfish/emulator/plotting.py
Starfish/grid_tools/__init__.py
Starfish/grid_tools/base_interfaces.py
Starfish/grid_tools/instruments.py
Starfish/grid_tools/interfaces.py
Starfish/grid_tools/interpolators.py
Starfish/grid_tools/utils.py
Starfish/models/__init__.py
Starfish/models/echelle_model.py
Starfish/models/kernels.py
Starfish/models/spectrum_model.py
Starfish/models/utils.py
astrostarfish.egg-info/PKG-INFO
astrostarfish.egg-info/SOURCES.txt
astrostarfish.egg-info/dependency_links.txt
astrostarfish.egg-info/requires.txt
astrostarfish.egg-info/top_level.txt
data/example_spec.hdf5
data/Gl51/Gl51.NaCamask.hdf5
data/Gl51/Gl51.hdf5
data/Gl51/Gl51RA.hdf5
data/Gl51/Gl51RA.mask.npy
data/TAPAS/WASP14.ipac
data/WASP14/WASP14-2009-06-14.hdf5
data/WASP14/WASP14-2009-12-24.hdf5
data/WASP14/WASP14-2010-03-29.hdf5
data/WASP14/WASP14-2010-04-24.hdf5
data/WASP14/WASP14_23.mask.npy
data/WASP14/WASP14_24.mask.npy
docs/Makefile
docs/conf.py
docs/conversion.rst
docs/index.rst
docs/intro.rst
docs/overview.rst
docs/_static/overrides.css
docs/_templates/layout.html
docs/_templates/sidebartoc.html
docs/api/emulator.rst
docs/api/grid_tools.rst
docs/api/index.rst
docs/api/models.rst
docs/api/spectrum.rst
docs/api/transforms.rst
docs/assets/badlines.svg
docs/assets/class0_autocorrelation.svg
docs/assets/class0_residuals.svg
docs/assets/eigenspectra.png
docs/assets/junk.png
docs/assets/matrix_compilation.png
docs/assets/pca_reconstruct.svg
docs/assets/residual_500mc.png
docs/assets/residuals_23.svg
docs/assets/residuals_Gl51_logg.svg
docs/assets/starfish.ico
docs/assets/starfish_small.png
docs/assets/stellar_triangle.svg
docs/assets/temp2.png
docs/assets/temp3.png
docs/assets/triangle_0.png
docs/assets/walkers.png
docs/examples/example_multi.rst
docs/examples/index.rst
docs/examples/setup.ipynb
docs/examples/single.ipynb
examples/setup.ipynb
examples/single.ipynb
tests/__init__.py
tests/conftest.py
tests/test_spectrum.py
tests/test_transforms.py
tests/test_utils.py
tests/test_emulator/__init__.py
tests/test_emulator/test_emulator.py
tests/test_emulator/test_kernels.py
tests/test_emulator/test_utils.py
tests/test_grid_tools/__init__.py
tests/test_grid_tools/test_hdf5.py
tests/test_grid_tools/test_instruments.py
tests/test_grid_tools/test_interfaces.py
tests/test_grid_tools/test_interpolators.py
tests/test_grid_tools/test_utils.py
tests/test_models/__init__.py
tests/test_models/test_kernels.py
tests/test_models/test_models.py
tests/test_models/test_utils.py