SourceCatalog4FGL¶
-
class
gammapy.catalog.SourceCatalog4FGL(filename='$GAMMAPY_DATA/catalogs/fermi/gll_psc_v19.fit.gz')[source]¶ Bases:
gammapy.catalog.SourceCatalogFermi-LAT 4FGL source catalog.
References:
One source is represented by
SourceCatalogObject4FGL.Attributes Summary
descriptionnamepositionsSource positions ( SkyCoord).Methods Summary
copy(self)Copy catalog row_index(self, name)Look up row index of source by name. source_name(self, index)Look up source name by row index. Attributes Documentation
-
description= 'LAT 8-year point source catalog'¶
-
name= '4fgl'¶
Methods Documentation
-
copy(self)¶ Copy catalog
-
row_index(self, name)¶ Look up row index of source by name.
Parameters: - name : str
Source name
Returns: - index : int
Row index of source in table
-
source_name(self, index)¶ Look up source name by row index.
Parameters: - index : int
Row index of source in table
-