-
Notifications
You must be signed in to change notification settings - Fork 305
Closed
Labels
Milestone
Description
Hi,
I have noticed the order of the bids identifiers 'hemi' and 'space' for func.gii outputs is swapped in the documentation compared to my real output and compared to the BIDS guidelines.
Line 192 in 0ed3a93
sub-<subject_label>_[specifiers]_space-<space_label>_hemi-[LR]_bold.func.gii |
`Discrete surface segmentations (sometimes called parcellations) of cortical structures MUST be stored as GIFTI label files, with the extension .label.gii. For combined volume/surface spaces, discrete segmentations MUST be stored as CIFTI-2 dense label files, with the extension .dlabel.nii.
Template:
<pipeline_name>/
sub-/
anat/
<source_entities>[_hemi-{L|R}][_space-][_atlas-][_res-][_den-]_dseg.{label.gii|dlabel.nii}
This has possibly led to difficulties with the nilearn fmriprep interface and the order should perhaps be made clearer.
Thank you.