beacon-biosignals / EDF.jl

Read and write EDF files in Julia
MIT License
18 stars 5 forks source link

Warn when reading discontinuous EDF+ files #77

Open palday opened 12 months ago

palday commented 12 months ago

Due to the way EDF+ implements the discontinuous extension, a naive EDF reader can still open the file but treats the signals as continuous. This is a potential footgun -- I only noticed it because the annotations referred to times that were much later than the concatenated signals referred to because the annotations assumed that the discontinuity was correctly handled.