rockpool.timeseries

Classes to manage time series data

Functions

full_nan(shape)

Build an all-NaN array

get_global_ts_plotting_backend()

Return a string representing the current plotting backend

load_ts_from_file(path[, expected_type])

Load a timeseries object from an npz file

set_global_ts_plotting_backend(backend[, ...])

Set the plotting backend for use by TimeSeries classes

Classes

TSContinuous([times, samples, num_channels, ...])

Represents a continuously-sampled time series.

TSDictOnDisk([data])

Behaves like a dict.

TSEvent([times, channels, periodic, ...])

Represents a discrete time series, composed of binary events (present or absent).

TimeSeries([times, periodic, t_start, ...])

Base class to represent a continuous or event-based time series.