SpectrogramCubeSequence#
- class irispy.SpectrogramCubeSequence(data_list, meta=None, common_axis=0, **kwargs)[source]#
Bases:
SpectrogramSequenceClass representing spectrogram data described by a collection of separate WCSes.
So each individual
SpectrogramCubewithin represents a single complete raster scan. The sequence contains multiple such cubes till the end of the observation.- Parameters:
data_list (
list) – List ofSpectrogramCubeobjects from the same spectral window and OBS ID.meta (
dictor 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:
sequence_axis_coords (
stror array-like, optional) – The real world value of each step along the sequence axis. Ifstr, the values are taken fromndcube.NDCubeSequence.sequence_axis_coords.sequence_axis_unit (
strorastropy.units.Unit, optional) – The unit in which to display the sequence_axis_coords.