SourceCatalogObjectHGPSComponent#

class gammapy.catalog.SourceCatalogObjectHGPSComponent(data)[source]#

Bases: gammapy.catalog.core.SourceCatalogObject

One Gaussian component from the HGPS catalog.

Attributes Summary

name

Source name (str)

position

Source position (SkyCoord).

row_index

Row index of source in catalog (int)

Methods Summary

spatial_model()

Component spatial model (GaussianSpatialModel).

Attributes Documentation

name#

Source name (str)

position#

Source position (SkyCoord).

row_index#

Row index of source in catalog (int)

Methods Documentation

spatial_model()[source]#

Component spatial model (GaussianSpatialModel).