SourceCatalogObjectHGPSComponent

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

Bases: gammapy.catalog.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(self)

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(self)[source]

Component spatial model (GaussianSpatialModel).