StateTimeSeriesDict#

class gwpy.timeseries.StateTimeSeriesDict[source]#

Bases: TimeSeriesBaseDict

Key-value mapping of named StateTimeSeries objects.

This object is designed to hold data for many different sources (channels) for a single time span. Dictionary keys are ordered by insertion order.

The main entry points for this object are the read() and fetch() data access methods.