torch_brain.data#
Core data structures for representing neural and behavioral data.
See The Data Format for further details.
Core Objects#
A dictionary of arrays that share the same first dimension. |
|
A flexible container for other data objects such as |
|
An interval object is a set of time intervals each defined by a start time and an end time. |
|
An irregular time series is defined by a set of timestamps and a set of attributes that must share the same first dimension as the timestamps. |
|
A regular time series is the same as an irregular time series, but it has a regular sampling rate. |
Lazy Variants#
Lazy variant of |
|
Lazy variant of |
|
Lazy variant of |
|
Lazy variant of |
Description Containers#
A container for storing brainset metadata. |
|
A container for storing recording device metadata. |
|
A container to store experimental session related metadata. |
|
A container for storing subject related metadata. |
Utility Functions#
Concatenates multiple time series objects into a single object. |
|
Returns the default serialization map used when saving |