SourceCatalogObject3HWC#
- class gammapy.catalog.SourceCatalogObject3HWC(data, data_extended=None)[source]#
Bases:
gammapy.catalog.hawc.SourceCatalogObjectHWCBase
One source from the HAWC 3HWC catalog.
Catalog is represented by
SourceCatalog3HWC
.Attributes Summary
Source name (str)
Source position (
SkyCoord
).Row index of source in catalog (int)
Methods Summary
info
([info])Summary info string.
Sky model (
SkyModel
).Spatial model (
SpatialModel
).Spectral model (
PowerLawSpectralModel
).Attributes Documentation
- is_pointlike#
- n_models#
- name#
Source name (str)
- row_index#
Row index of source in catalog (int)
Methods Documentation
- info(info='all')#
Summary info string.
- Parameters
- info{‘all’, ‘basic’, ‘position’, ‘spectrum’}
Comma separated list of options
- spatial_model()[source]#
Spatial model (
SpatialModel
).
- spectral_model()[source]#
Spectral model (
PowerLawSpectralModel
).