-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Description
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
Here is my code, it just can read data but cant plot or filter
Additional context
No response