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.

SkySpatialModel

class gammapy.image.models.SkySpatialModel[source]

Bases: object

SkySpatial model base class.

Methods Summary

__call__(lon, lat) Call evaluate method
copy() A deep copy.

Methods Documentation

__call__(lon, lat)[source]

Call evaluate method

copy()[source]

A deep copy.