-
Notifications
You must be signed in to change notification settings - Fork 264
Description
Is your feature request related to a problem? Please describe.
Yes. Neo’s BrainVisionRawIO supports only BrainVision EEG files stored in “MULTIPLEXED” orientation, but The Nencki-Symfonia EEG/ERP dataset (ds004621) is stored in “VECTORIZED” orientation (the data is transposed and the function cannot handle it).
Describe the solution you'd like
Extend support for BrainVisionRawIO for data stored in vectorized orientation.
Describe alternatives you've considered
Post-processing the data after loading in 'MULTIPLEXED' format. But since significant number of EEG datasets are already in VECTORIZED format, we have to post-process multiplexed data each time.
VECTORIZED format is also a standard input format for EEG data so we thought it's better to add support in python-neo.
Additional context
Add any other context or screenshots about the feature request here.