s-n-1-0 / labedf.py

Merge the lab.js csv file and the edf file.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

labedf.py

Merge the lab.js csv file and the edf file.
Finally, an EDF file is generated with lab.js annotations written.

Installation

pip install labedf

How to Use

from labedf import merge_edf_csv

lab.js csv + edf file → merged edf file

merge_edf_csv("./xxx.edf","./labjs.csv","./export.edf")

Optional Arguments

Merged EDF File → HDF File, Merged SET File → HDF File

These functions were removed because they were not the original purpose of the library.

About

Merge the lab.js csv file and the edf file.

License:MIT License


Languages

Language:Python 100.0%