SourceCatalog1FHL¶
-
class
gammapy.catalog.
SourceCatalog1FHL
(filename='$GAMMAPY_DATA/catalogs/fermi/gll_psch_v07.fit.gz')[source]¶ Bases:
gammapy.catalog.SourceCatalog
Fermi-LAT 1FHL source catalog.
Reference: http://adsabs.harvard.edu/abs/2013ApJS..209…34A
One source is represented by
SourceCatalogObject1FHL
.Attributes Summary
description
name
positions
Source positions ( SkyCoord
).Methods Summary
copy
()Copy catalog row_index
(name)Look up row index of source by name. source_name
(index)Look up source name by row index. Attributes Documentation
-
description
= 'First Fermi-LAT Catalog of Sources above 10 GeV'¶
-
name
= '1fhl'¶
Methods Documentation
-
copy
()¶ Copy catalog
-
row_index
(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
(index)¶ Look up source name by row index.
Parameters: index : int
Row index of source in table
-