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 12 forks source link

can't convert xdf to bvef #3

Open dmedine opened 4 years ago

dmedine commented 4 years ago

I am using the latest version of Matlab (2019b) and eeglab (v2019.1). I load an xdf into eeglab using the official xdf importer. The file contains EEG and markers. I try to export as bvef using this tool and receive the following error: bva_fail

This happens with any xdf data that I try to convert.

widmann commented 4 years ago

Arno maintains the export part. I do not think that export of electrode locations is implemented or planned. Arno?

dmedine commented 4 years ago

Thanks for your reply.

I figured it out. You have to manually add a .eeg file extension and then it will work. What would be best is if the file extension was automatically appended during the file save dialog. If I have time I will change this and make a PR sometime soon.