SourceCatalogObjectHGPSComponent¶
-
class
gammapy.catalog.SourceCatalogObjectHGPSComponent(data)[source]¶ Bases:
objectOne Gaussian component from the HGPS catalog.
See also
Attributes Summary
indexRow index of source in table (int) nameSource name (str) sky_modelComponent sky model ( gammapy.cube.models.SkyModel).spatial_modelComponent spatial model ( SkyGaussian).spectral_modelComponent spectral model ( gammapy.spectrum.models.PowerLaw2).Attributes Documentation
-
index¶ Row index of source in table (int)
-
name¶ Source name (str)
-
sky_model¶ Component sky model (
gammapy.cube.models.SkyModel).
-
spatial_model¶ Component spatial model (
SkyGaussian).
-
spectral_model¶ Component spectral model (
gammapy.spectrum.models.PowerLaw2).
-