Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for EDF+ physiological data format (ECG, EEG) #71

Open
breznak opened this issue Jan 12, 2016 · 1 comment
Open

Add support for EDF+ physiological data format (ECG, EEG) #71

breznak opened this issue Jan 12, 2016 · 1 comment

Comments

@breznak
Copy link
Member

breznak commented Jan 12, 2016

Specification: http://www.edfplus.info/specs/edfplus.html

As suggested by @Teuniz in https://github.com/Teuniz/EDFbrowser/issues/27

Implementation:

I don't think a JS parser for EDF exists, so we may consider

  • writing our own JS parser for EDF+ format
    • more work
    • better portability & integration in our project
  • reusing EDFlib
    • must call C++ converter
    • less work and future support done by upstream
@breznak
Copy link
Member Author

breznak commented Jan 12, 2016

I suggest reusing the library for now. Is there a call that lets us print all the data fields in a CSV format?

@breznak breznak modified the milestone: v2 - public Jan 17, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant