EEGBCIT Baseline Driving
EEG
This dataset has been published! You can make changes to this Draft page, then create a new version to make them public.
BIDS Validation
ValidHow to Download
Download with Node.js
Using @openneuro/cli you can download this dataset from the command line using Node.js. This method is good for larger datasets or unstable connections, but has known issues on Windows.
openneuro download --draft ds004120 ds004120-download/
This will download to ds004120-download/ in the current directory. If your download is interrupted and you need to retry, rerun the command to resume the download.
Download from S3
The most recently published snapshot can be downloaded from S3. This method is best for larger datasets or unstable connections. This example uses AWS CLI.
aws s3 sync --no-sign-request s3://openneuro.org/ds004120 ds004120-download/
To download unpublished datasets or older snapshots, see advanced methods below.
Download with DataLad
Public datasets can be downloaded with DataLad or Git Annex from GitHub.
datalad install https://github.com/OpenNeuroDatasets/ds004120.git
Check out getting started with DataLad for more on how to use this download method.