SkyDiffuseCube¶
-
class
gammapy.cube.models.
SkyDiffuseCube
(map, norm=1, meta=None, interp_kwargs=None, name='diffuse')[source]¶ Bases:
gammapy.cube.models.SkyModelBase
Cube sky map template model (3D).
This is for a 3D map with an energy axis. Use
SkyDiffuseMap
for 2D maps.Parameters: - map :
Map
Map template
- norm : float
Norm parameter (multiplied with map values)
- meta : dict, optional
Meta information, meta[‘filename’] will be used for serialization
- interp_kwargs : dict
Interpolation keyword arguments passed to
gammapy.maps.Map.interp_by_coord
. Default arguments are {‘interp’: ‘linear’, ‘fill_value’: 0}.
Attributes Summary
evaluation_radius
Angle
frame
map
meta
norm
parameters
Parameters ( Parameters
)position
SkyCoord
Methods Summary
__call__
(self, lon, lat, energy)Call self as a function. copy
(self)A shallow copy evaluate
(self, lon, lat, energy)Evaluate model. read
(filename, \*\*kwargs)Read map from FITS file. Attributes Documentation
-
frame
¶
-
map
¶
-
meta
¶
-
norm
¶
-
parameters
¶ Parameters (
Parameters
)
Methods Documentation
-
__call__
(self, lon, lat, energy)¶ Call self as a function.
- map :