fmriprep
fmriprep copied to clipboard
`*_space-T1w_boldref.json`
This metadata file currently has:
{
"Sources": [
"bids:raw:sub-100185/func/sub-100185_task-machinegame_run-01_bold.nii.gz",
"bids::sub-100185/func/sub-100185_task-machinegame_run-01_desc-coreg_boldref.nii.gz",
"bids::sub-100185/func/sub-100185_task-machinegame_run-01_from-orig_to-boldref_mode-image_desc-hmc_xfm.txt",
"bids::sub-100185/func/sub-100185_task-machinegame_run-01_from-boldref_to-auto00000_mode-image_desc-fmap_xfm.txt",
"bids::sub-100185/func/sub-100185_task-machinegame_run-01_from-boldref_to-T1w_mode-image_desc-coreg_xfm.txt"
]
}
It should be:
{
"Sources": [
- "bids:raw:sub-100185/func/sub-100185_task-machinegame_run-01_bold.nii.gz",
"bids::sub-100185/func/sub-100185_task-machinegame_run-01_desc-coreg_boldref.nii.gz",
- "bids::sub-100185/func/sub-100185_task-machinegame_run-01_from-orig_to-boldref_mode-image_desc-hmc_xfm.txt",
- "bids::sub-100185/func/sub-100185_task-machinegame_run-01_from-boldref_to-auto00000_mode-image_desc-fmap_xfm.txt",
"bids::sub-100185/func/sub-100185_task-machinegame_run-01_from-boldref_to-T1w_mode-image_desc-coreg_xfm.txt"
+ "bids::sub-100185/anat/sub-100185_desc-preproc_T1w.nii.gz"
]
}