SourceCatalogObject3FHL¶
-
class
gammapy.catalog.SourceCatalogObject3FHL(data, data_extended=None)[source]¶ Bases:
gammapy.catalog.SourceCatalogObjectOne source from the Fermi-LAT 3FHL catalog.
Catalog is represented by
SourceCatalog3FHL.Attributes Summary
energy_rangeEnergy range of the Fermi 1FHL source catalog flux_pointsFlux points ( FluxPoints).indexRow index of source in catalog (int) is_pointlikenameSource name (str) positionSource position ( SkyCoord).sky_modelSource sky model ( SkyModel).spatial_modelSource spatial model ( SkySpatialModel).spectral_modelBest fit spectral model ( SpectralModel).Methods Summary
info(self[, info])Summary info string. Attributes Documentation
-
energy_range= <Quantity [0.01, 2. ] TeV>¶ Energy range of the Fermi 1FHL source catalog
-
flux_points¶ Flux points (
FluxPoints).
-
index¶ Row index of source in catalog (int)
-
is_pointlike¶
-
name¶ Source name (str)
-
spatial_model¶ Source spatial model (
SkySpatialModel).
-
spectral_model¶ Best fit spectral model (
SpectralModel).
Methods Documentation
-