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.

Morphology models (gammapy.image.models)

Introduction

gammapy.image.models contains implementations of common 2-dimensional spatial models.

Getting Started

TODO: write me

Reference/API

gammapy.image.models Package

Spatial 2D image models.

Classes

SkyDiffuseConstant([value]) Spatially constant (isotropic) spatial model.
SkyDiffuseMap(map[, norm, meta, normalize, …]) Spatial sky map template model (2D).
SkyDisk(lon_0, lat_0, r_0) Constant radial disk model.
SkyGaussian(lon_0, lat_0, sigma) Two-dimensional symmetric Gaussian model.
SkyPointSource(lon_0, lat_0) Point Source.
SkyShell(lon_0, lat_0, radius, width) Shell model
SkySpatialModel Sky spatial model base class.