You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: