Open dorahermes opened 3 years ago
@dorahermes Can I work on this issue? I have gone through the BIDS structure.
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. Thanks & Regards...
Sounds good, please let us know if you have any questions!
@dorahermes Sure, I'll.
@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.
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.
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.