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
flux_points
Differential flux points ( FluxPoints
).index
Row index of source in catalog (int) is_pointlike
Source is pointlike. name
Source name (str) position
Source position ( SkyCoord
).sky_model
Source sky model ( SkyModel
).spatial_model
Source spatial model ( SkySpatialModel
).spectral_model
Source spectral model ( SpectralModel
).Methods Summary
info
([info])Info string. Attributes Documentation
-
flux_points
¶ Differential flux points (
FluxPoints
).
-
index
¶ Row index of source in catalog (int)
-
is_pointlike
¶ Source is pointlike.
-
name
¶ Source name (str)
-
spatial_model
¶ Source spatial model (
SkySpatialModel
).TODO: add parameter errors!
-
spectral_model
¶ Source spectral model (
SpectralModel
).Parameter errors are statistical errors only.
Methods Documentation
-