SkySpatialModel

class gammapy.image.models.SkySpatialModel(params=None)[source]

Bases: gammapy.utils.fitting.Model

Sky spatial model base class.

Attributes Summary

parameters Parameters (Parameters)
position Spatial model center position

Methods Summary

__call__(self, lon, lat) Call evaluate method
copy(self) A deep copy.
to_dict(self[, selection])

Attributes Documentation

parameters

Parameters (Parameters)

position

Spatial model center position

Methods Documentation

__call__(self, lon, lat)[source]

Call evaluate method

copy(self)

A deep copy.

to_dict(self, selection='all')