-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Starting issue 1 for BCI2000 to BIDS: create basic BIDS directory #1
Comments
@dorahermes |
We will receive a BCI2000 data file (.dat file). Right?? |
Thank you for the questions! I just added links to three example datasets in the README, also copying here: https://www.dropbox.com/s/5cj4jgl2y8heddv/Left_Right_Screening.zip?dl=0 https://www.dropbox.com/s/92hrkh2or0n6nl3/P300_Speller.zip?dl=0 https://www.dropbox.com/s/1jkgc0ddbwcf67d/React_Task.zip?dl=0 |
Sure, I'll come up with the script in a day. |
Sounds good, please let us know if you have any questions! |
@dorahermes |
@dorahermes |
Sorry, the goal is to load these files, for example, in Matlab, this is done with the following command: and then start generating the BIDS directory, .json and .tsv files One example for making a .json file for ieeg data can be found here in the bids-starter-kit The content for the _ieeg.json file would have to come from the BCI2000 data. |
create Matlab script that creates a basic BIDS directory based on BCI2000 file subject, session and run information.
Function should load the BCI2000 data, and create a folder that is BIDS conform.
The text was updated successfully, but these errors were encountered: