brain-products / BVTools

BV2BIDS is a command line tool that creates the EEG-BIDS folder hierarchy from BVCD files.
Other
9 stars 4 forks source link

Any known issues for LiveAmp converter output? #6

Open sjeung opened 2 months ago

sjeung commented 2 months ago

Hi, I am trying to BIDS-format the output from LiveAmp converter for SD card recordings and get the following error message :

Conversion to BIDS failed: Failed to load BrainVision Header File. File content does not comply with the BrainVision Core Data format. Line 14: Unrecognized key: DataPoints.

Is there any known issues regarding LiveAmp converter outputs specifically? The file contents seem okay in EEGLAB. Maybe the IMU channels are causing the bug?

kucint commented 2 months ago

hi @sjeung This message tells you that DataPoints is not recognized key and converter does not know what to do whit it. Workaround: modify temporarily your header file by removing/commenting out the DataPoints key and try again.