API Reference

sunraster Package

sunraster

Classes

SpectrogramCube(data, wcs[, unit, ...])

Class representing a sit-and-stare or single raster of slit spectrogram data.

SpectrogramSequence(data_list[, ...])

Class for holding, slicing and plotting a sequence of spectrogram cubes.

RasterSequence(data_list, common_axis[, meta])

Class for holding, slicing and plotting series of spectrograph raster scans.

Class Inheritance Diagram

Inheritance diagram of sunraster.spectrogram.SpectrogramCube, sunraster.spectrogram_sequence.SpectrogramSequence, sunraster.spectrogram_sequence.RasterSequence

sunraster.instr.iris Module

Functions

read_iris_spectrograph_level2_fits(filenames)

Reads IRIS level 2 spectrograph FITS from an OBS into an IRISSpectrograph instance.

sunraster.instr.spice Module

Functions

read_spice_l2_fits(filenames[, windows, ...])

Read SPICE level 2 FITS file.

Classes

SPICEMeta([header, comments, axes, data_shape])

Class Inheritance Diagram

Inheritance diagram of sunraster.instr.spice.SPICEMeta