SkyShell¶
-
class
gammapy.image.models.
SkyShell
(lon_0, lat_0, radius, width)[source]¶ Bases:
gammapy.image.models.SkySpatialModel
Shell model
ϕ(lon,lat)=32π(r3out−r3in)⋅{√r2out−θ2−√r2in−θ2for θ<rin√r2out−θ2for rin≤θ<rout0for θ>routwhere θ 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.
-