File tree Expand file tree Collapse file tree 1 file changed +7
-6
lines changed Expand file tree Collapse file tree 1 file changed +7
-6
lines changed Original file line number Diff line number Diff line change @@ -87,7 +87,7 @@ Here are the naming templates used.
8787
8888- Behavior
8989
90- ```
90+ ``` bash
9191sub-< label> [_ses-< label> ]_task-< label> [_acq-< label> ][_run-< index> ]_events.tsv
9292sub-< label> [_ses-< label> ]_task-< label> [_acq-< label> ][_run-< index> ]_events.json
9393sub-< label> [_ses-< label> ]_task-< label> [_acq-< label> ][_run-< index> ]_beh.tsv
@@ -96,19 +96,19 @@ sub-<label>[_ses-<label>]_task-<label>[_acq-<label>][_run-<index>]_beh.json
9696
9797- BOLD
9898
99- ```
99+ ``` bash
100100sub-< label> [_ses-< label> ]_task-< label> [_acq-< label> ][_ce-< label> ][_dir-< label> ][_rec-< label> ][_run-< index> ][_echo-< index> ]_< contrast_label> .nii[.gz]
101101```
102102
103103- iEEG
104104
105- ```
105+ ``` bash
106106sub-< label> [_ses-< label> ]_task-< task_label> [_run-< index> ]_ieeg.json
107107```
108108
109109- EEG
110110
111- ```
111+ ``` bash
112112sub-< label> [_ses-< label> ]_task-< label> [_run-< index> ]_eeg.< manufacturer_specific_extension>
113113sub-< label> [_ses-< label> ]_task-< label> [_run-< index> ]_eeg.json
114114```
@@ -131,13 +131,13 @@ current format `<matches>_recording-eyetracking_physio.tsv.gz`
131131
132132future BEP format in a dedicated eyetracker folder
133133
134- ```
134+ ``` bash
135135sub-< participant_label> [_ses-< label> ][_acq-< label> ]_task-< task_label> _eyetrack.< manufacturer_specific_extension>
136136```
137137
138138- Stim and physio
139139
140- ```
140+ ``` bash
141141< matches> [_recording-< label> ]_physio.tsv.gz
142142< matches> [_recording-< label> ]_physio.json
143143< matches> [_recording-< label> ]_stim.tsv.gz
@@ -167,6 +167,7 @@ Thanks goes to these wonderful people
167167
168168<!-- markdownlint-enable -->
169169<!-- prettier-ignore-end -->
170+
170171<!-- ALL-CONTRIBUTORS-LIST:END -->
171172
172173This project follows the
You can’t perform that action at this time.
0 commit comments