.gitignore
.mailmap
.prospector.yaml
.readthedocs.yml
.zenodo.json
CODEOWNERS
LICENSE
MANIFEST.in
README.rst
download_test_data.sh
environment.yml
pyproject.toml
setup.cfg
setup.py
.github/workflows/ci.yml
.github/workflows/deploy.yml
docs/AUTHORS.rst
docs/Makefile
docs/binning.rst
docs/changelog.rst
docs/conf.py
docs/contribute.rst
docs/cut_optimization.rst
docs/cuts.rst
docs/examples.rst
docs/gammapy.rst
docs/index.rst
docs/install.rst
docs/interpolation.rst
docs/introduction.rst
docs/sensitivity.rst
docs/spectral.rst
docs/utils.rst
docs/benchmarks/index.rst
docs/io/index.rst
docs/irf/index.rst
docs/notebooks/comparison_with_EventDisplay.ipynb
docs/notebooks/fact_example.ipynb
docs/notebooks/index.rst
examples/calculate_eventdisplay_irfs.py
examples/plot_spectra.py
pyirf/__init__.py
pyirf/_version.py
pyirf/binning.py
pyirf/cut_optimization.py
pyirf/cuts.py
pyirf/exceptions.py
pyirf/gammapy.py
pyirf/interpolation.py
pyirf/sensitivity.py
pyirf/simulations.py
pyirf/spectral.py
pyirf/statistics.py
pyirf/utils.py
pyirf/version.py
pyirf.egg-info/PKG-INFO
pyirf.egg-info/SOURCES.txt
pyirf.egg-info/dependency_links.txt
pyirf.egg-info/requires.txt
pyirf.egg-info/top_level.txt
pyirf/benchmarks/__init__.py
pyirf/benchmarks/angular_resolution.py
pyirf/benchmarks/energy_bias_resolution.py
pyirf/benchmarks/tests/__init__.py
pyirf/benchmarks/tests/test_angular_resolution.py
pyirf/benchmarks/tests/test_bias_resolution.py
pyirf/io/__init__.py
pyirf/io/eventdisplay.py
pyirf/io/gadf.py
pyirf/io/tests/__init__.py
pyirf/io/tests/test_gadf.py
pyirf/irf/__init__.py
pyirf/irf/background.py
pyirf/irf/effective_area.py
pyirf/irf/energy_dispersion.py
pyirf/irf/psf.py
pyirf/irf/tests/test_background.py
pyirf/irf/tests/test_effective_area.py
pyirf/irf/tests/test_energy_dispersion.py
pyirf/irf/tests/test_psf.py
pyirf/resources/dampe_p+he.ecsv
pyirf/tests/__init__.py
pyirf/tests/test_binning.py
pyirf/tests/test_cuts.py
pyirf/tests/test_eventdisplay_comparison.py
pyirf/tests/test_gammapy_interop.py
pyirf/tests/test_interpolation.py
pyirf/tests/test_sensitivity.py
pyirf/tests/test_simulations.py
pyirf/tests/test_spectral.py
pyirf/tests/test_statistics.py
pyirf/tests/test_utils.py