SourceCatalogObject4FGL

class gammapy.catalog.SourceCatalogObject4FGL(data, data_extended=None)[source]

Bases: gammapy.catalog.SourceCatalogObject

One source from the Fermi-LAT 4FGL catalog.

Catalog is represented by SourceCatalog4FGL.

Attributes Summary

index Row index of source in catalog (int)
name Source name (str)
position Source position (SkyCoord).
spectral_model Best fit spectral model (SpectralModel).

Attributes Documentation

index

Row index of source in catalog (int)

name

Source name (str)

position

Source position (SkyCoord).

spectral_model

Best fit spectral model (SpectralModel).