Closed d-chambers closed 8 years ago
A new index parsing algorithm was implemented which allows overlap. In cases of very little overlap, however, only the file with the most pertinent data will be loaded. This avoids extra IO costs when parsing continuous data files.
_loadDirectoryData function fails to return event waveforms if another event waveform overlaps. This happens because the index parser assumes the data will not overlap much.