SourceCatalogObject3FGL#

class gammapy.catalog.SourceCatalogObject3FGL[source]#

Bases: SourceCatalogObjectFermiBase

One source from the Fermi-LAT 3FGL catalog.

Catalog is represented by SourceCatalog3FGL.

Attributes Summary

energy_range

Energy range used for the catalog.

flux_points_table

Flux points as a Table.

Methods Summary

lightcurve()

Lightcurve as a FluxPoints object.

spatial_model()

Spatial model as a SpatialModel object.

spectral_model()

Best fit spectral model as a SpectralModel object.

Attributes Documentation

energy_range = <Quantity [   100., 100000.] MeV>#

Energy range used for the catalog.

Paper says that analysis uses data up to 300 GeV, but results are all quoted up to 100 GeV only to be consistent with previous catalogs.

flux_points_table#

Flux points as a Table.

Methods Documentation

lightcurve()[source]#

Lightcurve as a FluxPoints object.

spatial_model()[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)#