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 used for the catalog.
Flux points as a
Table
.Methods Summary
Lightcurve as a
FluxPoints
object.Spatial model as a
SpatialModel
object.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.
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)#