SourceCatalogObjectHGPSComponent#

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

Bases: gammapy.catalog.core.SourceCatalogObject

One Gaussian component from the HGPS catalog.

Attributes Summary

name

Source name as a string.

position

Source position as an SkyCoord object.

row_index

Row index of source in catalog as an integer.

Methods Summary

spatial_model()

Component spatial model as a GaussianSpatialModel object.

Attributes Documentation

name#

Source name as a string.

position#

Source position as an SkyCoord object.

row_index#

Row index of source in catalog as an integer.

Methods Documentation

spatial_model()[source]#

Component spatial model as a GaussianSpatialModel object.