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.spectrogram Module#

Classes#

SpectrogramABC()

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

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

Class Inheritance Diagram#

Inheritance diagram of sunraster.spectrogram.SpectrogramABC, sunraster.spectrogram.SpectrogramCube

sunraster.meta Module#

Classes#

Class Inheritance Diagram#

Inheritance diagram of sunraster.meta.MetaABC, sunraster.meta.RemoteSensorMetaABC, sunraster.meta.SlitSpectrographMetaABC

sunraster.instr.spice Module#

Functions#

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

Read SPICE level 2 FITS file.

Classes#

SPICEMeta([meta, key_comments, axes, data_shape])

Class Inheritance Diagram#

Inheritance diagram of sunraster.instr.spice.SPICEMeta