uwacan.recordings.FileRecording.raw_data#
- FileRecording.raw_data(start_time=None, stop_time=None)[source]#
Read raw data from files on disk.
Retrieves raw data samples from a start time to a stop time, defaulting to reading between times in
self.time_window. This method reads from multiple files if needed, and checks file timestamps for approximate data continuity.- Parameters:
- start_timedate-like, optional
The start of the time window to read.
- stop_timedate-like, optional
The end of the time window to read.
- Returns:
- numpy.ndarray
The raw data read from the files, concatenated into a single NumPy array.