SourceCatalogObject4FGL¶
-
class
gammapy.catalog.
SourceCatalogObject4FGL
(data, data_extended=None)[source]¶ Bases:
gammapy.catalog.fermi.SourceCatalogObjectFermiBase
One source from the Fermi-LAT 4FGL catalog.
Catalog is represented by
SourceCatalog4FGL
.Attributes Summary
Flux points (
FluxPoints
).Lightcurve (
LightCurve
).Source name (str)
Source position (
SkyCoord
).Row index of source in catalog (int)
Methods Summary
info
([info])Summary info string.
sky_model
([name])Sky model (
SkyModel
).Spatial model (
SpatialModel
).Best fit spectral model (
SpectralModel
).Attributes Documentation
-
asso
= ['ASSOC1', 'ASSOC2', 'ASSOC_TEV', 'ASSOC_FGL', 'ASSOC_FHL', 'ASSOC_GAM1', 'ASSOC_GAM2', 'ASSOC_GAM3']¶
-
flux_points
¶ Flux points (
FluxPoints
).
-
is_pointlike
¶
-
lightcurve
¶ Lightcurve (
LightCurve
).
-
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’, ‘more’, ‘position’, ‘spectral’,’lightcurve’}
Comma separated list of options
-
spatial_model
()[source]¶ Spatial model (
SpatialModel
).
-
spectral_model
()[source]¶ Best fit spectral model (
SpectralModel
).
-