.gitignore
.mailmap
.prospector.yaml
.readthedocs.yml
.zenodo.json
CHANGES.rst
CODEOWNERS
LICENSE
MANIFEST.in
README.rst
download_irfs.py
download_private_data.sh
environment.yml
pyproject.toml
setup.cfg
setup.py
.github/release-drafter.yml
.github/workflows/changelog.yml
.github/workflows/ci.yml
.github/workflows/deploy.yml
.github/workflows/release-drafter.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/simulation.rst
docs/spectral.rst
docs/statistics.rst
docs/utils.rst
docs/benchmarks/index.rst
docs/changes/README.md
docs/changes/template.rst
docs/io/index.rst
docs/irf/index.rst
docs/notebooks/fact_example.ipynb
docs/notebooks/index.rst
examples/calculate_eventdisplay_irfs.py
examples/comparison_with_EventDisplay.ipynb
examples/plot_spectra.py
pyirf/__init__.py
pyirf/_version.py
pyirf/binning.py
pyirf/conftest.py
pyirf/cut_optimization.py
pyirf/cuts.py
pyirf/exceptions.py
pyirf/gammapy.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/interpolation/__init__.py
pyirf/interpolation/base_interpolators.py
pyirf/interpolation/griddata_interpolator.py
pyirf/interpolation/interpolate_irfs.py
pyirf/interpolation/quantile_interpolator.py
pyirf/interpolation/tests/test_base_interpolators.py
pyirf/interpolation/tests/test_griddata_interpolator.py
pyirf/interpolation/tests/test_interpolate_irfs.py
pyirf/interpolation/tests/test_quantile_interpolator.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_gammapy_interop.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