SourceCatalogObject3FGL#
- class gammapy.catalog.SourceCatalogObject3FGL[source]#
Bases:
SourceCatalogObjectFermiBaseOne source from the Fermi-LAT 3FGL catalog.
Catalog is represented by
SourceCatalog3FGL.Attributes Summary
Energy range used for the catalog.
Flux points as a
Table.Methods Summary
Lightcurve as a
FluxPointsobject.Spatial model as a
SpatialModelobject.Best fit spectral model as a
SpectralModelobject.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.
Methods Documentation
- lightcurve()[source]#
Lightcurve as a
FluxPointsobject.
- spatial_model()[source]#
Spatial model as a
SpatialModelobject.
- spectral_model()[source]#
Best fit spectral model as a
SpectralModelobject.
- __init__(data, data_extended=None, data_spectral=None)#
- classmethod __new__(*args, **kwargs)#