SourceCatalogObjectHGPSComponent¶
-
class
gammapy.catalog.
SourceCatalogObjectHGPSComponent
(data)[source]¶ Bases:
gammapy.catalog.SourceCatalogObject
One Gaussian component from the HGPS catalog.
See also
Attributes Summary
Source name (str)
Source position (
SkyCoord
).Row index of source in catalog (int)
Methods Summary
Component spatial model (
GaussianSpatialModel
).Attributes Documentation
-
name
¶ Source name (str)
-
row_index
¶ Row index of source in catalog (int)
Methods Documentation
-
spatial_model
()[source]¶ Component spatial model (
GaussianSpatialModel
).
-