SourceCatalogObject3FGL¶
-
class
gammapy.catalog.
SourceCatalogObject3FGL
(data)[source]¶ Bases:
gammapy.catalog.SourceCatalogObject
One source from the Fermi-LAT 3FGL catalog.
Catalog is represented by
SourceCatalog3FGL
.Attributes Summary
energy_range
Energy range of the catalog. flux_points
Flux points ( FluxPoints
).lightcurve
Lightcurve ( LightCurve
).spectral_model
Best fit spectral model ( SpectralModel
).Attributes Documentation
-
energy_range
= <Quantity [ 100., 100000.] MeV>¶ Energy range of 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
¶ Flux points (
FluxPoints
).
-
lightcurve
¶ Lightcurve (
LightCurve
).
-
spectral_model
¶ Best fit spectral model (
SpectralModel
).
-