IRF Theory¶
Modeling the expected number of detected events¶
To model the expected number of events a gamma-ray source should produce on a detector one has to model its effect using an instrument responce function (IRF). In general, such a function gives the probability to detect a photon emitted from true position p on the sky and true energy E at reconstructed position prec and energy Erec and the effective collection area of the detector at position p on the sky and true energy E.
We can write the expected number of detected events N(prec,Erec):
where:
R(prec,Erec|p,E) is the instrument response (unit: m2TeV−1)
Φ(p,E) is the sky flux model (unit: m−2s−1TeV−1sr−1)
tobs is the observation time: (unit: s)
The Instrument Response Functions¶
Most of the time, in high-level gamma-ray data (DL3), we assume that the instrument response can be simplified as the product of three independent functions:
where:
Aeff(p,E) is the effective collection area of the detector (unit: m2). It is the product of the detector collection area times its detection efficiency at true energy E and position p.
PSF(prec|p,E) is the point spread function (unit: sr−1). It gives the probability of measuring position prec when the true position is p as a function of true energy E.
Edisp(Erec|p,E) is the energy dispersion (unit: TeV−1). It gives the probability to reconstruct the photon at energy Erec when the true energy is E as a function of position p.
The implicit assumption here is that energy dispersion and PSF are completely independent. This is not totally valid in some situations.
These functions are obtained through Monte-Carlo simulations of gamma-ray showers for different observing conditions, e.g. detector configuration, zenith angle of the pointing position, detector state and different event reconstruction and selection schemes. In the DL3 format, the IRF are distributed for each observing run.
Further details on individuals responses and how they are implemented in gammapy are given in Effective area, Energy dispersion and Point Spread Function.