StateTimeSeriesDict#
- class gwpy.timeseries.StateTimeSeriesDict[source]#
Bases:
TimeSeriesBaseDictKey-value mapping of named
StateTimeSeriesobjects.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()andfetch()data access methods.