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


Keywords
labjs, lab, js
License
MIT
Install
pip install labedf==1.1.2

Documentation

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.