SourceCatalogObject3PC#

class gammapy.catalog.SourceCatalogObject3PC(data, data_extended=None, data_spectral=None)[source]#

Bases: SourceCatalogObjectFermiPCBase

One source from the 3PC catalog.

Attributes Summary

asso

flux_points

Flux points (FluxPoints).

flux_points_table

Flux points (Table).

lightcurve

Light-curve.

name

Source name as a string.

position

Source position as an SkyCoord object.

row_index

Row index of source in catalog as an integer.

Methods Summary

info([info])

sky_model([name])

Sky model (SkyModel).

spatial_model()

spectral_model()

Attributes Documentation

asso = ['assoc_new']#
flux_points#

Flux points (FluxPoints).

flux_points_table#

Flux points (Table). Flux point is an upper limit if its significance is less than 2.

lightcurve#

Light-curve.

name#

Source name as a string.

position#

Source position as an SkyCoord object.

row_index#

Row index of source in catalog as an integer.

Methods Documentation

info(info='all')#
sky_model(name=None)#

Sky model (SkyModel).

spatial_model()#
spectral_model()[source]#