irispy#

The irispy library provides tools to read and work with IRIS data. The import for the library is just irispy and not irispy-lmsal.

irispy Package#

irispy#

irispy is a library that provides the tools to read in and analyze data from Interface Region Imaging Spectrograph (IRIS).

Classes#

AIACube(data, wcs, *[, uncertainty, unit, ...])

Subclass of the SJICube.

RasterCollection(key_data_pairs[, ...])

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

SJICube(data, wcs, *[, uncertainty, unit, ...])

Class representing SJI Image described by a single WCS.

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.sji.AIACube, irispy.spectrograph.RasterCollection, irispy.sji.SJICube, irispy.spectrograph.SpectrogramCube, irispy.spectrograph.SpectrogramCubeSequence