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.

SkyShell

class gammapy.image.models.SkyShell(lon_0, lat_0, radius, width)[source]

Bases: gammapy.image.models.SkySpatialModel

Shell model

ϕ(lon,lat)=32π(r3outr3in){r2outθ2r2inθ2for θ<rinr2outθ2for rinθ<rout0for θ>rout

where θ is the sky separation and rout=rin + width

Note that the normalization is a small angle approximation, although that approximation is still very good even for 10 deg radius shells.

Parameters:

lon_0 : Longitude

lon0

lat_0 : Latitude

lat0

radius : Angle

Inner radius, rin

width : Angle

Shell width

Methods Summary

__call__(lon, lat) Call evaluate method
copy() A deep copy.
evaluate(lon, lat, lon_0, lat_0, radius, width) 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, radius, width)[source]

Evaluate the model (static function).