uwacan.recordings.RecordingArray#
- class RecordingArray(*recordings)[source]#
Bases:
RecordingHolds multiple separate recordings.
This class handles multiple different recording instances at once. This is typically needed when more than one hardware recorder was used for a field trial, and the data from them should be analyzed together.
- Parameters:
- *recordings
Recording The recording objects.
- *recordings
Methods
subwindow([time, start, stop, center, ...])Select a subset of the recording.
Read stored time data.
Inherited methods
Attributes
num_channelsThe total number of channels.
samplerateThe samplerate(s) of the recordings.
sensorThe sensors used, as a
sensor_array.time_windowA
TimeWindowthat covers the recording.