d-chambers / Detex

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

Data length determination causes detex to fail on data sets with gaps #3

Closed d-chambers closed 8 years ago

d-chambers commented 8 years ago

Detex tries to determine an expected data length for the continuous data by loading random samples.

The problem can be seen from the data set attached.

A more data quality dependent way is needed to determine the expected length.

StationKey.txt

TemplateKey.txt

d-chambers commented 8 years ago

Data length is now saved as an attribute of the DataFetcher