SpectrogramCubeSequence#

class irispy.SpectrogramCubeSequence(data_list, meta=None, common_axis=0, **kwargs)[source]#

Bases: SpectrogramSequence

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

So each individual SpectrogramCube within represents a single complete raster scan. The sequence contains multiple such cubes till the end of the observation.

Parameters:
  • data_list (list) – List of SpectrogramCube objects from the same spectral window and OBS ID.

  • meta (dict or header object, optional) – Metadata associated with the sequence.

  • common_axis (int, optional) – The axis of the NDCubes corresponding to time.

Methods Summary

plot(*args, **kwargs)

Visualize the NDCubeSequence.

Methods Documentation

plot(*args, **kwargs)[source]#

Visualize the NDCubeSequence.

Parameters: