sccn / NEMAR-pipeline

5 stars 1 forks source link

ds002338 BVA files containing 10-20 channels but imported without location #69

Closed arnodelorme closed 7 months ago

arnodelorme commented 9 months ago

https://nemar.org/dataexplorer/detail?dataset_id=ds002338

These are regular BVA files. They do not contain channel location, but they have 10-20 labels, so EEGLAB should look up channel location for them.

dungscout96 commented 7 months ago

Caused by extra quotation in channels.tsv. Channel name from raw data is fine however. Reimported with bidschanloc off with 134e471

arnodelorme commented 7 months ago

Yes, I had fixed this in the eeg_checkchanlocs function (to remove the extra quotation). I should have closed the issue. I have looked at the changes, but not sure how they are related to this issue.