SourceCatalogObjectGammaCat¶
-
class
gammapy.catalog.
SourceCatalogObjectGammaCat
(data, data_extended=None)[source]¶ Bases:
gammapy.catalog.SourceCatalogObject
One object from the gamma-cat source catalog.
Catalog is represented by
SourceCatalogGammaCat
.Attributes Summary
Differential flux points (
FluxPoints
).Source name (str)
Source position (
SkyCoord
).Row index of source in catalog (int)
Methods Summary
info
([info])Info string.
Source sky model (
SkyModel
).Source spatial model (
SpatialModel
).Source spectral model (
SpectralModel
).Attributes Documentation
-
flux_points
¶ Differential flux points (
FluxPoints
).
-
name
¶ Source name (str)
-
row_index
¶ Row index of source in catalog (int)
Methods Documentation
-
info
(info='all')[source]¶ Info string.
- Parameters
- info{‘all’, ‘basic’, ‘position, ‘model’}
Comma separated list of options
-
spatial_model
()[source]¶ Source spatial model (
SpatialModel
).TODO: add parameter errors!
-
spectral_model
()[source]¶ Source spectral model (
SpectralModel
).Parameter errors are statistical errors only.
-