pyedflib icon indicating copy to clipboard operation
pyedflib copied to clipboard

Streaming mode

Open siddharthalal opened this issue 7 years ago • 0 comments

Hi,

First of all, great work. I am relatively new to working with EDF files and Python, but this library has made my work so much easier.

The "EDFBrowser" software (downloaded from https://www.teuniz.net/edfbrowser/index.html) from has a streaming mode, which can be used to read a growing EDF file and display graphs (for e.g. ECG, EMG, Respiration etc.).

When i try to do read a streaming file with pyedflib.EDFreader, I get this error:

"the file is not EDF(+) or BDF(+) compliant (Number of Data Records)".

Is there a workaround/solution for reading such files with pyedflib?

Appreciate any help.

Thanks

siddharthalal avatar Jan 16 '19 11:01 siddharthalal