LICENSE
README.md
pyproject.toml
src/spice/__init__.py
src/spice/_jax_compat.py
src/spice/cepheid_bundles.py
src/spice/constants.py
src/spice/geometry/__init__.py
src/spice/geometry/sutherland_hodgman.py
src/spice/geometry/utils.py
src/spice/icosphere_cache/icosphere_0_compat.pickle
src/spice/icosphere_cache/icosphere_1_compat.pickle
src/spice/icosphere_cache/icosphere_2_compat.pickle
src/spice/icosphere_cache/icosphere_3_compat.pickle
src/spice/icosphere_cache/icosphere_4_compat.pickle
src/spice/icosphere_cache/icosphere_5_compat.pickle
src/spice/icosphere_cache/icosphere_6_compat.pickle
src/spice/models/__init__.py
src/spice/models/binary.py
src/spice/models/eclipse_utils.py
src/spice/models/mesh_generation.py
src/spice/models/mesh_model.py
src/spice/models/mesh_transform.py
src/spice/models/mesh_view.py
src/spice/models/mesh_view_kdtree.py
src/spice/models/model.py
src/spice/models/orbit_utils.py
src/spice/models/phoebe_model.py
src/spice/models/phoebe_utils.py
src/spice/models/spots.py
src/spice/models/utils.py
src/spice/plots/__init__.py
src/spice/plots/plot_mesh.py
src/spice/plots/plot_pulsations.py
src/spice/spectrum/__init__.py
src/spice/spectrum/aemu_spectrum_emulator.py
src/spice/spectrum/blackbody.py
src/spice/spectrum/filter.py
src/spice/spectrum/flux_limb_darkening.py
src/spice/spectrum/gaussian_line_emulator.py
src/spice/spectrum/generate_zarr_index.py
src/spice/spectrum/lazy_zarr_interpolator.py
src/spice/spectrum/limb_darkening.py
src/spice/spectrum/line_profile.py
src/spice/spectrum/parameters.py
src/spice/spectrum/physical_line_emulator.py
src/spice/spectrum/solar_parameters.py
src/spice/spectrum/spectrum.py
src/spice/spectrum/spectrum_emulator.py
src/spice/spectrum/user_spectrum_interpolator.py
src/spice/spectrum/utils.py
src/spice/spectrum/filter_data/2MASSH.dat
src/spice/spectrum/filter_data/2MASSJ.dat
src/spice/spectrum/filter_data/2MASSK.dat
src/spice/spectrum/filter_data/GALEXFUV.dat
src/spice/spectrum/filter_data/GALEXNUV.dat
src/spice/spectrum/filter_data/LSSTg.dat
src/spice/spectrum/filter_data/LSSTi.dat
src/spice/spectrum/filter_data/LSSTr.dat
src/spice/spectrum/filter_data/LSSTu.dat
src/spice/spectrum/filter_data/LSSTy.dat
src/spice/spectrum/filter_data/LSSTz.dat
src/spice/spectrum/filter_data/SDSS.dat
src/spice/spectrum/filter_data/__init__.py
src/spice/spectrum/filter_data/gaia_edr3_passband.dat
src/spice/spectrum/filter_data/gaia_edr3_zeropt.dat
src/spice/spectrum/filter_data/panstarrs.dat
src/spice/utils/__init__.py
src/spice/utils/dtypes.py
src/spice/utils/fourier_fit.py
src/spice/utils/log.py
src/spice/utils/parameters.py
src/spice/utils/warnings.py
src/stellar_spice.egg-info/PKG-INFO
src/stellar_spice.egg-info/SOURCES.txt
src/stellar_spice.egg-info/dependency_links.txt
src/stellar_spice.egg-info/requires.txt
src/stellar_spice.egg-info/top_level.txt
tests/test_aemu_schema_compat.py
tests/test_generate_zarr_index.py
tests/test_generate_zarr_index_geometry.py
tests/test_generate_zarr_index_mu_selected.py
tests/test_kdtree_occlusion.py
tests/test_lazy_zarr_interpolator.py
tests/test_orbit_utils_kepler.py
tests/test_package_imports.py
tests/test_phoebe_optional.py
tests/test_rotation_velocity_sweep.py
tests/test_sparse_grid_index.py