Skip to content

BrainVisionRawIO support files stored in VECTORIZED format #1799

@Kkuntal990

Description

@Kkuntal990

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.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions