Psf68Table¶
-
class
gammapy.scripts.
Psf68Table
(energy_lo, energy_hi, data)[source]¶ Bases:
object
Background rate table.
The IRF format should be compliant with the one discussed at http://gamma-astro-data-formats.readthedocs.io/en/latest/irfs/. Work will be done to fix this.
Parameters: energy_lo, energy_hi :
Quantity
,BinnedDataAxis
Bin edges of energy axis
data :
Quantity
Background rate
Attributes Summary
energy
Methods Summary
from_hdulist
(hdulist[, hdu])from_table
(table)PSF reader plot
([ax, energy])Plot point spread function. read
(filename[, hdu])Attributes Documentation
-
energy
¶
Methods Documentation
-