Skip to content

Latest commit

 

History

History
13 lines (11 loc) · 1.01 KB

README.md

File metadata and controls

13 lines (11 loc) · 1.01 KB

Overview

This python utility is for injecting channel label data from a .bvef (BrainVision Electrode Format) file to an existing lsl-style .cfg configuration file. To use, you must have python installed on your computer. You will need to point to the location of this script with your [PYTHONPATH] environment variable. Then, from a command prompt navigate to the folder with desired files and type (for example):

python BVEF2lslconfig.py RNP-LA-32.bvef liveamp32_config_ini.cfg

The output file will have the name of these two files concatenated (liveamp32_config_ini-RNP-LA_32.cfg). More bvef files are available from the Brain Products website.

If you wish to convert an older, XML formated config file, you may do so by adding the flag XML to the argument list:

python BVEF2lslconfig.py RNP-LA-32.bvef liveamp32_config_xml.cfg XML

This was tested against python 2.7 and 3.7.