.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/source/changelog.rst
doc/source/conf.py
doc/source/configuration.rst
doc/source/getting_help.rst
doc/source/index.rst
doc/source/installing.rst
doc/source/overview.rst
doc/source/responses.rst
doc/source/api/events.rst
doc/source/api/index.rst
doc/source/api/instrument.rst
doc/source/api/mosaic.rst
doc/source/api/response.rst
doc/source/api/simput.rst
doc/source/api/source_catalogs.rst
doc/source/api/spatial.rst
doc/source/api/spectra.rst
doc/source/api/thermal_spectra.rst
doc/source/api/utils.rst
doc/source/command_line/background.rst
doc/source/command_line/events.rst
doc/source/command_line/general_info.rst
doc/source/command_line/index.rst
doc/source/command_line/instrument.rst
doc/source/command_line/source_catalogs.rst
doc/source/command_line/spatial.rst
doc/source/command_line/spectra.rst
doc/source/cookbook/Cosmo_Source_Catalog.ipynb
doc/source/cookbook/Make_Background_File.ipynb
doc/source/cookbook/Point_Source_Catalog.ipynb
doc/source/cookbook/Radial_Profile.ipynb
doc/source/cookbook/Two_Clusters.ipynb
doc/source/cookbook/change_instrument_spec.rst
doc/source/cookbook/cosmo_source_catalog_cmd.rst
doc/source/cookbook/index.rst
doc/source/cookbook/make_background_file_cmd.rst
doc/source/cookbook/make_multiple_sources.rst
doc/source/cookbook/point_source_catalog_cmd.rst
doc/source/cookbook/pyXSIM_Example.ipynb
doc/source/files/change_instrument_spec.sh
doc/source/files/cosmo_source_catalog.sh
doc/source/files/example_lxm_spec.json
doc/source/files/galaxy_compare.png
doc/source/files/hdxi_2.json
doc/source/files/hdxi_5.json
doc/source/files/make_background_file.sh
doc/source/files/make_multiple_sources.sh
doc/source/files/make_sloshing.py
doc/source/files/point_source_catalog.sh
doc/source/images/SOXS_Wordmark.png
doc/source/images/change_dither.png
doc/source/images/cosmo_source_catalog.png
doc/source/images/det_schematic.png
doc/source/images/exposure_maps.png
doc/source/images/flowchart.png
doc/source/images/full_map.png
doc/source/images/gratings_spectrum.png
doc/source/images/mosaic.png
doc/source/images/mucal_plot.png
doc/source/images/mucal_plot_channel.png
doc/source/images/multiple_source.png
doc/source/images/plot_powerlaw.png
doc/source/images/plot_two_spectra.png
doc/source/images/point_source_catalog.png
doc/source/images/soxs_showcase.png
doc/source/images/var_psf.png
doc/source/users_guide/background.rst
doc/source/users_guide/event_tools.rst
doc/source/users_guide/general_info.rst
doc/source/users_guide/index.rst
doc/source/users_guide/instrument.rst
doc/source/users_guide/mosaic.rst
doc/source/users_guide/simput.rst
doc/source/users_guide/source_catalogs.rst
doc/source/users_guide/spatial.rst
doc/source/users_guide/spectra.rst
doc/source/users_guide/thermal_spectra.rst
scripts/get_instrument_data
scripts/instrument_simulator
scripts/make_annulus_source
scripts/make_background_file
scripts/make_beta_model_source
scripts/make_cie_spectrum
scripts/make_cosmological_sources
scripts/make_double_beta_model_source
scripts/make_exposure_map
scripts/make_fov_source
scripts/make_igm_spectrum
scripts/make_image
scripts/make_phlist_from_ascii
scripts/make_point_source
scripts/make_point_source_list
scripts/make_point_sources
scripts/make_powerlaw_spectrum
scripts/make_radial_profile
scripts/make_rectangle_source
scripts/simulate_spectrum
soxs/__init__.py
soxs/constants.py
soxs/cosmology.py
soxs/data.py
soxs/events.py
soxs/file_hash_registry.json
soxs/instrument.py
soxs/instrument_registry.py
soxs/mosaic.py
soxs/psf.py
soxs/response.py
soxs/simput.py
soxs/spatial.py
soxs/spectra.py
soxs/thermal_spectra.py
soxs/utils.py
soxs.egg-info/PKG-INFO
soxs.egg-info/SOURCES.txt
soxs.egg-info/dependency_links.txt
soxs.egg-info/requires.txt
soxs.egg-info/top_level.txt
soxs/background/__init__.py
soxs/background/diffuse.py
soxs/background/events.py
soxs/background/point_sources.py
soxs/background/spectra.py
soxs/files/acisi_particle_bkgnd.h5
soxs/files/aciss_particle_bkgnd.h5
soxs/files/halo_catalog.h5
soxs/files/hm_cxb_bkgnd.h5
soxs/files/lum_table.h5
soxs/lib/__init__.py
soxs/lib/broaden_lines.pyx
soxs/tests/__init__.py
soxs/tests/conftest.py
soxs/tests/coveragerc
soxs/tests/test_bkgnd.py
soxs/tests/test_filter.py
soxs/tests/test_lines.py
soxs/tests/test_power_law.py
soxs/tests/test_registry.py
soxs/tests/test_simput.py
soxs/tests/test_spatial.py
soxs/tests/test_spectra.py
soxs/tests/test_thermal.py
soxs/tests/utils.py
tests/ci_install.sh