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

asso

energy_range

Energy range used for the catalog.

flux_points

Flux points (FluxPoints).

is_pointlike

name

Source name (str)

position

Source position (SkyCoord).

row_index

Row index of source in catalog (int)

Methods Summary

info(self[, info])

Summary info string.

sky_model(self)

Sky model (SkyModel).

spatial_model(self)

Source spatial model (SpatialModel).

spectral_model(self)

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).

is_pointlike
name

Source name (str)

position

Source position (SkyCoord).

row_index

Row index of source in catalog (int)

Methods Documentation

info(self, info='all')

Summary info string.

Parameters
info{‘all’, ‘basic’, ‘more’, ‘position’, ‘spectral’,’lightcurve’}

Comma separated list of options

sky_model(self)

Sky model (SkyModel).

spatial_model(self)[source]

Source spatial model (SpatialModel).

spectral_model(self)[source]

Best fit spectral model (SpectralModel).