File Conversions
Instructions for converting between Clan (.cha), Elan (.eaf), .its and Datavyu (.opf) files. All the code on this page is in Fas-Phyc-PEB-Lab/Seedlings/Scripts_and_Apps/Github/seedlings/conversions
Converting an existing cha file to eaf.
usage: cha2eaf.py [-h] [-o OUTPUT] cha_file
cha2eaf.py: error: the following arguments are required: cha_file
e.g.
python cha2eaf.py 01_06_sparse_code.chaExporting a csv file from ELAN.



Converting an eaf (ELAN) file to a cha (CLAN) file.
Last updated