SourceCatalogObjectGammaCat#
- class gammapy.catalog.SourceCatalogObjectGammaCat(data, data_extended=None)[source]#
Bases:
gammapy.catalog.core.SourceCatalogObject
One object from the gamma-cat source catalog.
Catalog is represented by
SourceCatalogGammaCat
.Attributes Summary
Flux points (
FluxPoints
).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#
Flux points (
FluxPoints
).
- flux_points_table#
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.