SourceCatalogObject2FHL¶
-
class
gammapy.catalog.
SourceCatalogObject2FHL
(data, data_extended=None)[source]¶ Bases:
gammapy.catalog.fermi.SourceCatalogObjectFermiBase
One source from the Fermi-LAT 2FHL catalog.
Catalog is represented by
SourceCatalog2FHL
.Attributes Summary
Energy range used for the catalog.
Integral flux points (
FluxPoints
).Source name (str)
Source position (
SkyCoord
).Row index of source in catalog (int)
Methods Summary
info
([info])Summary info string.
sky_model
([name])Sky model (
SkyModel
).Spatial model (
SpatialModel
).Best fit spectral model (
SpectralModel
).Attributes Documentation
-
asso
= ['ASSOC', '3FGL_Name', '1FHL_Name', 'TeVCat_Name']¶
-
energy_range
= <Quantity [0.05, 2. ] TeV>¶ Energy range used for the catalog.
-
flux_points
¶ Integral flux points (
FluxPoints
).
-
is_pointlike
¶
-
name
¶ Source name (str)
-
row_index
¶ Row index of source in catalog (int)
Methods Documentation
-
info
(info='all')¶ Summary info string.
- Parameters
- info{‘all’, ‘basic’, ‘more’, ‘position’, ‘spectral’,’lightcurve’}
Comma separated list of options
-
spatial_model
()[source]¶ Spatial model (
SpatialModel
).
-
spectral_model
()[source]¶ Best fit spectral model (
SpectralModel
).
-