Note

You are not reading the most up to date version of Gammapy documentation.
Access the latest stable version v1.3 or the list of Gammapy releases.

Target

class gammapy.scripts.Target(name=None, model=None)[source]

Bases: object

Observation target information.

Parameters:

name : str

Name of the source

model : SpectralModel

Model of the source

Methods Summary

from_fermi_lat_catalogue(name)

Methods Documentation

from_fermi_lat_catalogue(name)[source]