make_mean_edisp¶
-
gammapy.irf.make_mean_edisp(observations, position, e_true, e_reco, low_reco_threshold=<Energy 0.002 TeV>, high_reco_threshold=<Energy 150. TeV>)[source]¶ Compute mean energy dispersion.
Compute the mean edisp of a set of observations j at a given position
The stacking is implemented in
stack_edisp()Parameters: observations :
ObservationsObservations for which to compute the EDISP
position :
SkyCoordPosition at which to compute the EDISP
e_true :
EnergyBoundsTrue energy axis
e_reco :
EnergyBoundsReconstructed energy axis
low_reco_threshold :
Energylow energy threshold in reco energy, default 0.002 TeV
high_reco_threshold :
Energyhigh energy threshold in reco energy , default 150 TeV
Returns: stacked_edisp :
EnergyDispersionStacked EDISP for a set of observation