SkyCubeImages

class gammapy.cube.SkyCubeImages(name=None, images=None, wcs=None, energy=None, meta=None)[source]

Bases: object

Class to represent connection between SkyImage and SkyCube.

Keeps list of images and has methods to convert between them and SkyCube.

Parameters:

name : str

Name of the sky image list.

images : list of SkyImage

Data array as list of images.

wcs : WCS

Word coordinate system transformation

energy : Quantity

Energy array

meta : dict

Dictionary to store meta data.

Methods Summary

to_cube() Convert this list of images to a SkyCube.

Methods Documentation

to_cube()[source]

Convert this list of images to a SkyCube.