make_counts_off_rad_max#
- gammapy.makers.utils.make_counts_off_rad_max(geom_off, rad_max, events)[source]#
Extract the OFF counts from a list of point regions and given rad max.
This method does not check for overlap of the regions defined by rad_max.
- Parameters:
- geom_off
RegionGeom
Reference map geometry for the on region.
- rad_max
RadMax2D
The RAD_MAX_2D table IRF.
- events
EventList
Event list to be used to compute the OFF counts.
- geom_off
- Returns:
- counts_off
RegionNDMap
OFF Counts vs estimated energy extracted from the ON region.
- counts_off