SourceCatalogObject2FHL#

class gammapy.catalog.SourceCatalogObject2FHL[source]#

Bases: SourceCatalogObjectFermiBase

One source from the Fermi-LAT 2FHL catalog.

Catalog is represented by SourceCatalog2FHL.

Attributes Summary

asso

energy_range

Energy range used for the catalog.

flux_points_table

Flux points as a Table.

is_pointlike

Methods Summary

spatial_model()

Spatial model as a SpatialModel object.

spectral_model()

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.

flux_points_table#

Flux points as a Table.

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)#