SourceCatalogObject2FHL#
- class gammapy.catalog.SourceCatalogObject2FHL[source]#
Bases:
SourceCatalogObjectFermiBase
One source from the Fermi-LAT 2FHL catalog.
Catalog is represented by
SourceCatalog2FHL
.Attributes Summary
Energy range used for the catalog.
Flux points as a
Table
.Methods Summary
Spatial model as a
SpatialModel
object.Best fit spectral model as a
SpectralModel
.Attributes Documentation
- asso = ['ASSOC', '3FGL_Name', '1FHL_Name', 'TeVCat_Name']#
- energy_range = <Quantity [0.05, 2. ] TeV>#
Energy range used for the catalog.
- is_pointlike#
Methods Documentation
- spatial_model()[source]#
Spatial model as a
SpatialModel
object.
- spectral_model()[source]#
Best fit spectral model as a
SpectralModel
.
- __init__(data, data_extended=None, data_spectral=None)#
- classmethod __new__(*args, **kwargs)#