andrewyavors / EDFparser

Parse .edf files to .json + .csv

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

EDFparser

Parse .edf files to .json + .csv


###Using: Command-line (for Windows): edfparser.exe -f "[Path to source edf file]" -r [Save only header record - 0, only data record - 1, both - 2] -l [Data record without labels - false]

More info: edfparser.exe -h

Or you can build EDFparser on your system: $ go build edfparser.go

###Screenshots: Header record (json):
Header record in .json file
Data record (csv):
Data record in .csv file

###TODO:

  • Ability to convert multiple files
  • EDF+ support

About

Parse .edf files to .json + .csv

License:MIT License


Languages

Language:Go 100.0%