SourceCatalogObjectGammaCat¶
-
class
gammapy.catalog.SourceCatalogObjectGammaCat(data, data_extended=None)[source]¶ Bases:
gammapy.catalog.SourceCatalogObjectOne object from the gamma-cat source catalog.
Catalog is represented by
SourceCatalogGammaCat.Attributes Summary
flux_pointsDifferential flux points ( FluxPoints).indexRow index of source in catalog (int) is_pointlikeSource is pointlike. nameSource name (str) positionSource position ( SkyCoord).sky_modelSource sky model ( SkyModel).spatial_modelSource spatial model ( SkySpatialModel).spectral_modelSource spectral model ( SpectralModel).Methods Summary
info(self[, 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
-