.gitattributes
.gitignore
.pre-commit-config.yaml
COPYING.txt
MANIFEST.in
README.md
clean.sh
pyproject.toml
setup.cfg
setup.py
.github/workflows/build-test.yml
.github/workflows/wheels.yaml
doc/Makefile
doc/make.bat
doc/source/basic_concepts.rst
doc/source/changelog.rst
doc/source/conf.py
doc/source/getting_help.rst
doc/source/index.rst
doc/source/installing.rst
doc/source/parallel.rst
doc/source/spectra.rst
doc/source/v3_to_v4.rst
doc/source/xray_fields.rst
doc/source/_images/allsky.png
doc/source/_images/art_xrbs.png
doc/source/_images/cluster_merger_events.png
doc/source/_images/enzo_xrbs.png
doc/source/_images/gizmo_xrbs.png
doc/source/_images/light_cone.png
doc/source/_images/projected_emiss.png
doc/source/_images/projected_intensity.png
doc/source/_images/schematic.png
doc/source/api/event_list.rst
doc/source/api/index.rst
doc/source/api/photon_list.rst
doc/source/api/source_generators.rst
doc/source/api/source_models.rst
doc/source/cookbook/Advanced_Thermal_Emission.ipynb
doc/source/cookbook/Line_Emission.ipynb
doc/source/cookbook/More_Advanced_Thermal_Emission.ipynb
doc/source/cookbook/Power_Law.ipynb
doc/source/cookbook/Thermal_Emission.ipynb
doc/source/cookbook/index.rst
doc/source/photon_lists/allsky.rst
doc/source/photon_lists/event_lists.rst
doc/source/photon_lists/generation.rst
doc/source/photon_lists/index.rst
doc/source/photon_lists/instruments.rst
doc/source/photon_lists/light_cone.rst
doc/source/photon_lists/overview.rst
doc/source/source_models/index.rst
doc/source/source_models/line_sources.rst
doc/source/source_models/powerlaw_sources.rst
doc/source/source_models/thermal_sources.rst
pyxsim/__init__.py
pyxsim/event_list.py
pyxsim/light_cone.py
pyxsim/photon_list.py
pyxsim/spectral_models.py
pyxsim/utils.py
pyxsim/xray_binaries.py
pyxsim.egg-info/PKG-INFO
pyxsim.egg-info/SOURCES.txt
pyxsim.egg-info/dependency_links.txt
pyxsim.egg-info/requires.txt
pyxsim.egg-info/top_level.txt
pyxsim/lib/__init__.py
pyxsim/lib/interpolate.pyx
pyxsim/lib/sky_functions.pyx
pyxsim/lib/spectra.pyx
pyxsim/source_models/__init__.py
pyxsim/source_models/line_sources.py
pyxsim/source_models/power_law_sources.py
pyxsim/source_models/sources.py
pyxsim/source_models/thermal_sources.py
pyxsim/tests/__init__.py
pyxsim/tests/conftest.py
pyxsim/tests/coveragerc
pyxsim/tests/test_beta_model.py
pyxsim/tests/test_light_cone.py
pyxsim/tests/test_line_emission.py
pyxsim/tests/test_pixel_to_cel.py
pyxsim/tests/test_power_law.py
pyxsim/tests/test_sloshing.py
pyxsim/tests/test_spectra.py
pyxsim/tests/test_utils.py
pyxsim/tests/utils.py
tests/ci_install.sh