Spectrograph (irispy.spectrograph)#

The irispy.spectrograph module provides tools to read and work with level 2 spectrograph data.

irispy.spectrograph Module#

Classes#

RasterCollection(key_data_pairs[, ...])

Subclass of NDCollection for holding a collection of SpectrogramCube or SpectrogramCubeSequence with keys being the spectral windows.

SpectrogramCube(data, wcs, uncertainty, ...)

Class representing spectrogram data described by a single WCS.

SpectrogramCubeSequence(data_list[, meta, ...])

Class representing spectrogram data described by a collection of separate WCSes.

Class Inheritance Diagram#

Inheritance diagram of irispy.spectrograph.RasterCollection, irispy.spectrograph.SpectrogramCube, irispy.spectrograph.SpectrogramCubeSequence