uwacan.recordings.Recording#
- class Recording(sensor=None)[source]#
Bases:
objectBase class for recordings.
This class defines the interface for what a recording needs to implement for the rest of the package to use it.
Methods
subwindow([time, start, stop, center, ...])Select a subset of the recording.
Read stored time data.
Inherited methods
Attributes
num_channelsThe number of channel in the recording, and the read data.
samplerateThe samplerate of the recording, in Hz.
time_windowA
TimeWindowthat covers the recording.