pyedflib
pyedflib copied to clipboard
Streaming mode
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