Folder structure in BIDS (in case you want to use the automated preprocessing or Quality Control Pipeline).
Not using the preprocessing of qc pipeline? Skip this step!
Every day at 11pm, we will check the export folders (fMRI Projects or Dropbox) corresponding to the currently active experiments at our centre. If we find 'new' data, we will copy it to our server and start BIDS-conversion and QC (and, if desired, preprocessing). In order for our tools to 'find' your data, we expect it to be organized in a particular way. In all cases, we expect that you export the data to a subfolder in your export folder called 'raw'. Then, we expect each subject to get its own subdirectory in the 'raw' directory, with the subject name as folder-name (e.g., sub-01CON). Optionally, if you have multiple sessions, each session will get its own subdirectory in the subject-directory, with the session name as folder-name (e.g., ses-01). For example, suppose you plan to scan 20 subjects, each two sessions, and your export folder is called 'fMRI Project ExampleExp'. You should export the data from subject sub-01_ses_01 to the following location:
└── raw/
└── sub-01
└── ses-01
├── sub-01_ses-01_T1w.PAR
├── sub-01_ses-01_T1w.REC
├── sub-01_ses-01_task-Nback_acq-SeqMm3_bold.PAR
└── sub-01_ses-01_task-Nback_acq-SeqMm3_bold.REC
If you don't have multiple sessions, you may export all files directly to the subject-directory, e.g.:
└── raw/
└── sub-01
├── sub-01_ses-01_T1w.PAR
├── sub-01_ses-01_T1w.REC
├── sub-01_ses-01_task-Nback_acq-SeqMm3_bold.PAR
└── sub-01_ses-01_task-Nback_acq-SeqMm3_bold.REC
Note that you cannot create directories within your export folder from the scan-computer; you can use the 'scan-assistant' computer (right of the scan-computer) for that. Then, after 24 hours or so (depending on the desired parameters used in the preprocessing pipeline), we will copy the BIDS-converted data, quality control results, and preprocessing results to your export folder, using the following structure:
│ └── func
└── derivatives
├── sub-01_ses-01_task-Nback_acq-SeqMm3_bold.html
├── sub-01_ses-01_T1w.html
All "BIDSified" data will be stores in a directory called "bids". Moreover, this directory contains a subdirectory called "derivatives", that contains all "derived" results from the BIDS-data, including the output from the preprocessing pipeline ("fmriprep", and optionally "freesurfer") and QC-pipeline ("mriqc"). The html-files contain information and visualizations of the intermediate steps and results from the preprocessing and QC pipelines. You can simply double-click these files to open them in your default browser. The group_*.html files contain useful plots with different QC-metrics of all your participants so far, which is a great way to easily spot outliers (e.g., participants with a lot of motion).