GenericSpectrogram#
- class radiospectra.spectrogram.GenericSpectrogram(data, meta, **kwargs)[source]#
Bases:
PcolormeshPlotMixin
,NonUniformImagePlotMixin
Base spectrogram class all spectrograms inherit.
- meta#
Meta data for the spectrogram.
- Type:
dict-like
- data#
The spectrogram data itself a 2D array.
- Type:
numpy.ndarray
Attributes Summary
The detector which recorded the spectrogram.
The end time of the spectrogram.
The frequencies of the spectrogram.
The name of the instrument which recorded the spectrogram.
The name of the observatory which recorded the spectrogram.
The start time of the spectrogram.
The times of the spectrogram.
The wavelength range of the spectrogram.
Attributes Documentation
- detector#
The detector which recorded the spectrogram.
- end_time#
The end time of the spectrogram.
- frequencies#
The frequencies of the spectrogram.
- instrument#
The name of the instrument which recorded the spectrogram.
- observatory#
The name of the observatory which recorded the spectrogram.
- start_time#
The start time of the spectrogram.
- times#
The times of the spectrogram.
- wavelength#
The wavelength range of the spectrogram.