.gitignore
.pre-commit-config.yaml
.pylintrc
Dockerfile
LICENSE
Makefile
README.md
conda-env.yaml
pyproject.toml
pytest.ini
.github/actions/setup/action.yml
.github/workflows/docs.yml
.github/workflows/publish.yml
.github/workflows/tests.yml
docs/api.integrated_ssp.rst
docs/api.other_modules.rst
docs/api.semiresolved_ssp.rst
docs/api.stellar_spectra.rst
docs/api_reference.rst
docs/conf.py
docs/index.rst
docs/introduction.rst
docs/outputs.rst
docs/_static/fastar_favicon.ico
docs/_static/fastar_logo.png
docs/_static/fastar_logo_dark.png
docs/examples/basic_usage.ipynb
docs/examples/extra_param.ipynb
docs/examples/imf_demo.ipynb
docs/examples/index.rst
docs/examples/model_grid.ipynb
docs/examples/semi.ipynb
docs/examples/stellar_demo.ipynb
examples/basic_usage_integrated_ssp.py
examples/basic_usage_semi_resolved_ssp.py
examples/sbi_train.py
examples/ssp_uncertainties_from_hessian.ipynb
examples/ssp_cache/sspgrid_age0.02-14.00_met-2.50-0.30_imfsingle_power_law_spec.hdf5
examples/ssp_cache/sspgrid_age0.02-14.00_met-2.50-0.30_imfsingle_powerlaw_spec.hdf5
examples/ssp_cache/sspgrid_age1.00-3.00_met-0.10-0.10_imfsingle_power_law_spec.hdf5
examples/ssp_cache/sspgrid_age1.00-3.00_met-0.10-0.10_imfsingle_powerlaw_spec.hdf5
fastar/__init__.py
fastar/_version.py
fastar/assets/BASTI-IAC_isochrones.hdf5
fastar/assets/WORTHEY11_colors.hdf5
fastar/assets/filters_default.res
fastar/assets/indices.def
fastar/assets/pca_regressor_phot.flax
fastar/assets/pca_regressor_spec.flax
fastar/assets/pop_iso.hdf5
fastar/assets/sun_ref.hdf5
fastar/assets/training_artifacts_phot.h5
fastar/assets/training_artifacts_spec.h5
fastar/imf/__init__.py
fastar/imf/base.py
fastar/imf/registry.py
fastar/imf/named_imf/__init__.py
fastar/imf/named_imf/bimodal.py
fastar/imf/named_imf/broken_power_law.py
fastar/imf/named_imf/chabrier.py
fastar/imf/named_imf/flexi.py
fastar/imf/named_imf/kroupa.py
fastar/imf/named_imf/single_power_law.py
fastar/interpolate/__init__.py
fastar/interpolate/color.py
fastar/interpolate/isochrone.py
fastar/nn/__init__.py
fastar/nn/pca_regressor.py
fastar/synthesis/__init__.py
fastar/synthesis/stellar.py
fastar/synthesis/ssp/base.py
fastar/synthesis/ssp/integrated.py
fastar/synthesis/ssp/semiresolved.py
fastar/tools/__init__.py
fastar/tools/assets.py
fastar/tools/utils.py
fastar_astro.egg-info/PKG-INFO
fastar_astro.egg-info/SOURCES.txt
fastar_astro.egg-info/dependency_links.txt
fastar_astro.egg-info/entry_points.txt
fastar_astro.egg-info/requires.txt
fastar_astro.egg-info/top_level.txt
tests/__init__.py
tests/conftest.py
tests/imf/__init__.py
tests/imf/test_chabrier.py
tests/imf/test_kroupa.py
tests/imf/test_registry.py
tests/imf/test_single_power_law.py
tests/interpolate/__init__.py
tests/interpolate/test_color.py
tests/interpolate/test_isochrone.py
tests/nn/__init__.py
tests/nn/test_pca_regressor.py
tests/synthesis/__init__.py
tests/synthesis/test_ingredients.py
tests/synthesis/test_integrated_ssp.py
tests/synthesis/test_semiresolved_ssp.py
tests/synthesis/test_stellar_predictions.py
tests/tools/__init__.py
tests/tools/test_assets.py
tests/tools/test_utils.py