Skip to content
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

Open
dorahermes opened this issue Mar 24, 2021 · 8 comments
Open

Comments

@dorahermes
Copy link
Member

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.

@dorahermes dorahermes changed the title Starting issue 1 for BCI2000 to BIDS Starting issue 1 for BCI2000 to BIDS: create basic BIDS directory Mar 24, 2021
@adityaofficial10
Copy link

@dorahermes
Can I work on this issue?
I have gone through the BIDS structure.

@adityaofficial10
Copy link

We will receive a BCI2000 data file (.dat file). Right??

@dorahermes
Copy link
Member Author

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

@adityaofficial10
Copy link

Sure, I'll come up with the script in a day.
Thanks & Regards...

@dorahermes
Copy link
Member Author

Sounds good, please let us know if you have any questions!

@adityaofficial10
Copy link

@dorahermes
Sure, I'll.

@adityaofficial10
Copy link

@dorahermes
Hey!
Can you give me a BIDS equivalent of any of these files?
I am a bit confused.
This will help me a lot.
Regards.

@dorahermes
Copy link
Member Author

Sorry, the goal is to load these files, for example, in Matlab, this is done with the following command:
[signal, states, parameters] = load_bcidat('filename')

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
https://github.com/bids-standard/bids-starter-kit/blob/master/matlabCode/ieeg/createBIDS_ieeg_json.m

The content for the _ieeg.json file would have to come from the BCI2000 data.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants