SourceCatalogObjectHGPS¶
-
class
gammapy.catalog.
SourceCatalogObjectHGPS
(data)[source]¶ Bases:
gammapy.catalog.SourceCatalogObject
One object from the HGPS catalog.
Attributes Summary
energy_range
flux_points
Flux points ( FluxPoints
).spectral_model
Spectral model ( SpectralModel
).Methods Summary
info
([info])Print info. Attributes Documentation
-
energy_range
¶
-
flux_points
¶ Flux points (
FluxPoints
).
-
spectral_model
¶ Spectral model (
SpectralModel
).One of the following models:
Spectral_Model="PL"
:PowerLaw
Spectral_Model="ECPL"
:ExponentialCutoffPowerLaw
Methods Documentation
-