SkyDiffuseConstant¶
-
class
gammapy.image.models.
SkyDiffuseConstant
(value=1)[source]¶ Bases:
gammapy.image.models.SkySpatialModel
Spatially constant (isotropic) spatial model.
Parameters: - value :
Quantity
Value
Attributes Summary
evaluation_radius
Evaluation radius ( None
).frame
parameters
Parameters ( Parameters
)position
Spatial model center position value
Methods Summary
__call__
(self, lon, lat)Call evaluate method copy
(self)A deep copy. evaluate
(lon, lat, value)to_dict
(self[, selection])Attributes Documentation
-
evaluation_radius
¶ Evaluation radius (
None
).Set to
None
.
-
frame
= None¶
-
parameters
¶ Parameters (
Parameters
)
-
position
¶ Spatial model center position
-
value
¶
Methods Documentation
-
__call__
(self, lon, lat)¶ Call evaluate method
-
copy
(self)¶ A deep copy.
-
to_dict
(self, selection='all')¶
- value :