SourceCatalogObject2FHL¶
-
class
gammapy.catalog.
SourceCatalogObject2FHL
(data, data_extended=None)[source]¶ Bases:
gammapy.catalog.SourceCatalogObject
One source from the Fermi-LAT 2FHL catalog.
Catalog is represented by
SourceCatalog2FHL
.Attributes Summary
energy_range
Energy range of the Fermi 2FHL source catalog flux_points
Integral flux points ( FluxPoints
).index
Row index of source in catalog (int) name
Source name (str) position
Source position ( SkyCoord
).spectral_model
Best fit spectral model ( SpectralModel
).Methods Summary
info
(self)Print summary info. Attributes Documentation
-
energy_range
= <Quantity [0.05, 2. ] TeV>¶ Energy range of the Fermi 2FHL source catalog
-
flux_points
¶ Integral flux points (
FluxPoints
).
-
index
¶ Row index of source in catalog (int)
-
name
¶ Source name (str)
-
spectral_model
¶ Best fit spectral model (
SpectralModel
).
Methods Documentation
-