SourceCatalogObject3FHL#
- class gammapy.catalog.SourceCatalogObject3FHL(data, data_extended=None)[source]#
Bases:
gammapy.catalog.fermi.SourceCatalogObjectFermiBase
One source from the Fermi-LAT 3FHL catalog.
Catalog is represented by
SourceCatalog3FHL
.Attributes Summary
Energy range used for the catalog.
Flux points (
FluxPoints
).Flux points (
Table
).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
).Source spatial model (
SpatialModel
).Best fit spectral model (
SpectralModel
).Attributes Documentation
- asso = ['ASSOC1', 'ASSOC2', 'ASSOC_TEV', 'ASSOC_GAM']#
- energy_range = <Quantity [0.01, 2. ] TeV>#
Energy range used for the catalog.
- flux_points#
Flux points (
FluxPoints
).
- flux_points_meta = {'n_sigma': 1, 'n_sigma_ul': 2, 'sed_type_init': 'flux', 'sqrt_ts_threshold_ul': 1}#
- is_pointlike#
- 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]#
Source spatial model (
SpatialModel
).
- spectral_model()[source]#
Best fit spectral model (
SpectralModel
).