-
Notifications
You must be signed in to change notification settings - Fork 138
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[FIX] Update synthetic derivatives (#298)
* update synthetic derivatives * remove double nested arrays in RawSources * add source dataset in description * add REQUIRED metadata in derivatives json * change confounds suffix to timeseries * bring back the behavior data
- Loading branch information
Showing
253 changed files
with
2,445 additions
and
41 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
# BIDS synthetic dataset | ||
|
||
## Summary | ||
|
||
- 113 Files | ||
- 5 - Subjects | ||
- 2 - Sessions | ||
|
||
Available Tasks | ||
|
||
- N-Back | ||
- Rest | ||
|
||
Available Modalities | ||
|
||
- MRI |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,10 @@ | ||
{ | ||
"Name": "Synthetic dataset for inclusion in BIDS-examples", | ||
"BIDSVersion": "1.0.2", | ||
"BIDSVersion": "1.6", | ||
"DatasetType": "raw", | ||
"License": "PD", | ||
"Authors": ["Markiewicz, C. J."] | ||
} | ||
"Authors": [ | ||
"Markiewicz, C. J.", | ||
"Gau, Rémi" | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
*_confounds.tsv |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
1.0.1 2021-10-22 | ||
- Make BIDS derivative compatible | ||
|
||
1.0.0 2018-02-02 | ||
- Initial release. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
# README |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
{ | ||
"Name": "fMRIPrep - fMRI PREProcessing workflow", | ||
"BIDSVersion": "1.6.0", | ||
"DatasetType": "derivative", | ||
"GeneratedBy": [ | ||
{ | ||
"Name": "fMRIPrep", | ||
"Version": "1.0.6", | ||
"CodeURL": "https://github.com/nipreps/fmriprep/archive/refs/tags/1.0.6.tar.gz" | ||
}, | ||
{ | ||
"Name": "Manual", | ||
"Description": "Adjusted to conform to BIDS Derivatives" | ||
} | ||
], | ||
"SourceDatasets": [ | ||
{ | ||
"URL": "../.." | ||
} | ||
], | ||
"HowToAcknowledge": "Please cite our paper (https://doi.org/10.1038/s41592-018-0235-4), and include the generated citation boilerplate within the Methods section of the text." | ||
} |
Binary file removed
BIN
-17.3 KB
.../derivatives/fmriprep/sub-01/ses-01/func/sub-01_ses-01_task-nback_run-01_confounds.tsv.gz
Binary file not shown.
7 changes: 7 additions & 0 deletions
7
...-01/func/sub-01_ses-01_task-nback_run-01_space-MNI152NLin2009cAsym_desc-preproc_bold.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
{ | ||
"RawSources": [ | ||
"sub-01/ses-01/sub-01_ses-01_task-nback_run-01_bold.nii" | ||
], | ||
"TaskName": "N-Back", | ||
"RepetitionTime": 2.5 | ||
} |
File renamed without changes.
File renamed without changes.
7 changes: 7 additions & 0 deletions
7
...iprep/sub-01/ses-01/func/sub-01_ses-01_task-nback_run-01_space-T1w_desc-preproc_bold.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
{ | ||
"RawSources": [ | ||
"sub-01/ses-01/sub-01_ses-01_task-nback_run-01_bold.nii" | ||
], | ||
"TaskName": "N-Back", | ||
"RepetitionTime": 2.5 | ||
} |
File renamed without changes.
File renamed without changes.
65 changes: 65 additions & 0 deletions
65
...ic/derivatives/fmriprep/sub-01/ses-01/func/sub-01_ses-01_task-nback_run-01_timeseries.tsv
Large diffs are not rendered by default.
Oops, something went wrong.
Binary file removed
BIN
-11.1 KB
.../derivatives/fmriprep/sub-01/ses-01/func/sub-01_ses-01_task-nback_run-02_confounds.tsv.gz
Binary file not shown.
7 changes: 7 additions & 0 deletions
7
...-01/func/sub-01_ses-01_task-nback_run-02_space-MNI152NLin2009cAsym_desc-preproc_bold.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
{ | ||
"RawSources": [ | ||
"sub-01/ses-01/sub-01_ses-01_task-nback_run-02_bold.nii" | ||
], | ||
"TaskName": "N-Back", | ||
"RepetitionTime": 2.5 | ||
} |
File renamed without changes.
File renamed without changes.
7 changes: 7 additions & 0 deletions
7
...iprep/sub-01/ses-01/func/sub-01_ses-01_task-nback_run-02_space-T1w_desc-preproc_bold.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
{ | ||
"RawSources": [ | ||
"sub-01/ses-01/sub-01_ses-01_task-nback_run-02_bold.nii" | ||
], | ||
"TaskName": "N-Back", | ||
"RepetitionTime": 2.5 | ||
} |
File renamed without changes.
File renamed without changes.
65 changes: 65 additions & 0 deletions
65
...ic/derivatives/fmriprep/sub-01/ses-01/func/sub-01_ses-01_task-nback_run-02_timeseries.tsv
Large diffs are not rendered by default.
Oops, something went wrong.
Binary file removed
BIN
-10.7 KB
synthetic/derivatives/fmriprep/sub-01/ses-01/func/sub-01_ses-01_task-rest_confounds.tsv.gz
Binary file not shown.
7 changes: 7 additions & 0 deletions
7
...b-01/ses-01/func/sub-01_ses-01_task-rest_space-MNI152NLin2009cAsym_desc-preproc_bold.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
{ | ||
"RawSources": [ | ||
"sub-01/ses-01/sub-01_ses-01_task-rest_bold.nii" | ||
], | ||
"TaskName": "Rest", | ||
"RepetitionTime": 2.5 | ||
} |
File renamed without changes.
File renamed without changes.
7 changes: 7 additions & 0 deletions
7
...ives/fmriprep/sub-01/ses-01/func/sub-01_ses-01_task-rest_space-T1w_desc-preproc_bold.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
{ | ||
"RawSources": [ | ||
"sub-01/ses-01/sub-01_ses-01_task-rest_bold.nii" | ||
], | ||
"TaskName": "Rest", | ||
"RepetitionTime": 2.5 | ||
} |
File renamed without changes.
File renamed without changes.
65 changes: 65 additions & 0 deletions
65
synthetic/derivatives/fmriprep/sub-01/ses-01/func/sub-01_ses-01_task-rest_timeseries.tsv
Large diffs are not rendered by default.
Oops, something went wrong.
Binary file removed
BIN
-10.7 KB
.../derivatives/fmriprep/sub-01/ses-02/func/sub-01_ses-02_task-nback_run-01_confounds.tsv.gz
Binary file not shown.
7 changes: 7 additions & 0 deletions
7
...-02/func/sub-01_ses-02_task-nback_run-01_space-MNI152NLin2009cAsym_desc-preproc_bold.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
{ | ||
"RawSources": [ | ||
"sub-01/ses-02/sub-01_ses-02_task-nback_run-01_bold.nii" | ||
], | ||
"TaskName": "N-Back", | ||
"RepetitionTime": 2.5 | ||
} |
File renamed without changes.
File renamed without changes.
7 changes: 7 additions & 0 deletions
7
...iprep/sub-01/ses-02/func/sub-01_ses-02_task-nback_run-01_space-T1w_desc-preproc_bold.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
{ | ||
"RawSources": [ | ||
"sub-01/ses-02/sub-01_ses-02_task-nback_run-01_bold.nii" | ||
], | ||
"TaskName": "N-Back", | ||
"RepetitionTime": 2.5 | ||
} |
File renamed without changes.
File renamed without changes.
65 changes: 65 additions & 0 deletions
65
...ic/derivatives/fmriprep/sub-01/ses-02/func/sub-01_ses-02_task-nback_run-01_timeseries.tsv
Large diffs are not rendered by default.
Oops, something went wrong.
Binary file removed
BIN
-10.5 KB
.../derivatives/fmriprep/sub-01/ses-02/func/sub-01_ses-02_task-nback_run-02_confounds.tsv.gz
Binary file not shown.
7 changes: 7 additions & 0 deletions
7
...-02/func/sub-01_ses-02_task-nback_run-02_space-MNI152NLin2009cAsym_desc-preproc_bold.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
{ | ||
"RawSources": [ | ||
"sub-01/ses-02/sub-01_ses-02_task-nback_run-02_bold.nii" | ||
], | ||
"TaskName": "N-Back", | ||
"RepetitionTime": 2.5 | ||
} |
File renamed without changes.
File renamed without changes.
7 changes: 7 additions & 0 deletions
7
...iprep/sub-01/ses-02/func/sub-01_ses-02_task-nback_run-02_space-T1w_desc-preproc_bold.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
{ | ||
"RawSources": [ | ||
"sub-01/ses-02/sub-01_ses-02_task-nback_run-02_bold.nii" | ||
], | ||
"TaskName": "N-Back", | ||
"RepetitionTime": 2.5 | ||
} |
File renamed without changes.
File renamed without changes.
Oops, something went wrong.