Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 602 Bytes

README.md

File metadata and controls

25 lines (17 loc) · 602 Bytes

csv-to-edf

Create executable

pyinstaller --onefile csv-to-edf.py

Test

python3 csv-to-edf.py --csv_path=samples.csv --output_path=samples.edf --file_type=edf --sampling_rate=256 --channel_names=CP3,C3,F5,PO3,PO4,F6,C4,CP4

or for BDF:

python3 csv-to-edf.py --csv_path=samples.csv --output_path=samples.bdf --file_type=bdf --sampling_rate=256 --channel_names=CP3,C3,F5,PO3,PO4,F6,C4,CP4

Run

./dist/csv-to-edf --csv_path=samples.csv --output_path=samples.edf --file_type=edf --sampling_rate=256 --channel_names=CP3,C3,F5,PO3,PO4,F6,C4,CP4