sccn / bva-io

Routines for loading and saving data files in Brain Vision Data Exchange format (export and import of Brain Vision Analyzer MATLAB files developed by Arnaud Delorme)
23 stars 11 forks source link

Channel location file #4

Closed arnodelorme closed 4 years ago

arnodelorme commented 4 years ago

See attached file. The code snippet below allow to read electrodes

xDoc = xmlread('elettrodi_benedetta.bvef'); allListItems = xDoc.getElementsByTagName('Electrode') allListItems.getLength

See the function xmlread for how to decode the rest of the file, and write an importer compatible with EEG.chanlocs

arnodelorme commented 4 years ago

elettrodi_benedetta.bvef.zip

widmann commented 4 years ago

We have an importer (loadbvef.m) already?!

arnodelorme commented 4 years ago

Ah OK, was not aware of that (or forgot). Closing the report then. Thank you Andreas.