SpectrogramList#
- class gwpy.spectrogram.SpectrogramList(*items: _T)[source]#
Bases:
TimeSeriesListFancy list representing a list of
Spectrogram.The
SpectrogramListprovides an easy way to collect and organiseSpectrogramfor a singleChannelover multiple segments.- Parameters:
- items
Any number of
Spectrogramseries.
- Returns:
listA new
SpectrogramList.
- Raises:
TypeErrorIf any elements are not of type
Spectrogram.