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