d-chambers / Detex

A Python package for subspace detection and waveform similarity clustering
Other
32 stars 6 forks source link

_loadDirectoryData function fails to return some event waveforms #15

Closed d-chambers closed 8 years ago

d-chambers commented 8 years ago

_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.

d-chambers commented 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.