You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
preprocess the file and convert it to another format (edf,brainvision...)
For the use case of tabular eeg data (ie csv) which comes from portables systems (open-bci) this is specially important. The pipeline would be sort of:
read array data from the tabular file
read metadata from rules or from the ARTEM-IS standard
create an raw mne object from it using that information see this tutorial
convert the data to brainvision (mne)
@DanielLoaizal Try to do a pipeline for dealing with tabular eeg-data. For now assume the rules contains the necessary metadata. You may also explore what kind of data is collected through ARTEM-IS.
See this link for the minimal data we need for BIDS ( to the best of my knowledge)
The text was updated successfully, but these errors were encountered:
yjmantilla
changed the title
Dealing with tabular eeg data (no metadata)
Dealing with no metadata (and tabular eeg data)
Jun 19, 2021
yjmantilla
changed the title
Dealing with no metadata (and tabular eeg data)
Dealing with no metadata
Jun 19, 2021
@civier Hi, Civier. My name is Daniel, I'm a Bioengineer and I work with Yorguin at the Gruneco's lab. It's a pleasure to work with all of you.
And yes, we work with portable EEG, especifically with OpenBCI. In a past works we saw many problems with the portable EEG data management, it tabular data and the lack of integration of the associated metadata. Hope we can help to fix that in this collaboration.
There are 2 ways to deal with this:
For the use case of tabular eeg data (ie csv) which comes from portables systems (open-bci) this is specially important. The pipeline would be sort of:
@DanielLoaizal Try to do a pipeline for dealing with tabular eeg-data. For now assume the rules contains the necessary metadata. You may also explore what kind of data is collected through ARTEM-IS.
See this link for the minimal data we need for BIDS ( to the best of my knowledge)
The text was updated successfully, but these errors were encountered: