Thanks to visit codestin.com
Credit goes to github.com

Skip to content

EEG BDF type data read extension requirment #13377

@hao199509

Description

@hao199509

Describe the new feature or enhancement

we have a special BDF EEG data recorded by Neuracle EEG device , a complete subject eeg data is placed into many subfolders,while the evt.bdf is in the mainfolder. we try use the mne.io.read_raw_bdf to import the data,it makes sense when all data were loaded once time, but it cant work all the time,especially,we want load a segment overlap two bdf file and then meet error when using raw.plot() or raw.filter(). Because there are special attr belong to rawbase. our code is attached following,please tell us some adivice for this issue, thank you .

Describe your proposed implementation

I hope that a new data read method can be added into mne io package ,because there are many students and researchers using this type data. It can provide great convinience for people who use. if necessery, i could and would like to contribute to this work with your help.

Describe possible alternatives

import_multi_bdf_files.txt

Here is my code, it just can read data but cant plot or filter

Additional context

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions