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[, edge, frame]) Constant radial disk model.
SkyEllipse(lon_0, lat_0, semi_major, e, theta) Constant elliptical model.
SkyGaussian(lon_0, lat_0, sigma[, frame]) Two-dimensional symmetric Gaussian model
SkyPointSource(lon_0, lat_0[, frame]) Point Source.
SkyShell(lon_0, lat_0, radius, width[, frame]) Shell model.
SkySpatialModel([params]) Sky spatial model base class.