SourceCatalogObject3FHL#

class gammapy.catalog.SourceCatalogObject3FHL[source]#

Bases: SourceCatalogObjectFermiBase

One source from the Fermi-LAT 3FHL catalog.

Catalog is represented by SourceCatalog3FHL.

Attributes Summary

asso

energy_range

Energy range used for the catalog.

flux_points_table

Flux points as a Table.

Methods Summary

spatial_model()

Source spatial model as a SpatialModel object.

spectral_model()

Best fit spectral model as a SpectralModel object.

Attributes Documentation

asso = ['ASSOC1', 'ASSOC2', 'ASSOC_TEV', 'ASSOC_GAM']#
energy_range = <Quantity [0.01, 2.  ] TeV>#

Energy range used for the catalog.

flux_points_table#

Flux points as a Table.

Methods Documentation

spatial_model()[source]#

Source spatial model as a SpatialModel object.

spectral_model()[source]#

Best fit spectral model as a SpectralModel object.

__init__(data, data_extended=None, data_spectral=None)#
classmethod __new__(*args, **kwargs)#