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.

SkyDisk

class gammapy.image.models.SkyDisk(lon_0, lat_0, r_0)[source]

Bases: gammapy.image.models.SkySpatialModel

Constant radial disk model.

ϕ(lon,lat)=12π(1cosr){1for θr00for θ<r0

where θ is the sky separation

Parameters:

lon_0 : Longitude

lon0

lat_0 : Latitude

lat0

r_0 : Angle

r0

Methods Summary

__call__(lon, lat) Call evaluate method
copy() A deep copy.
evaluate(lon, lat, lon_0, lat_0, r_0) Evaluate the model (static function).

Methods Documentation

__call__(lon, lat)

Call evaluate method

copy()

A deep copy.

static evaluate(lon, lat, lon_0, lat_0, r_0)[source]

Evaluate the model (static function).