-
Notifications
You must be signed in to change notification settings - Fork 127
Open
Description
In an effort to unify the disparate ways of encoding within-dataset paths and remove ambiguity, BIDS-URIs were introduced. You can now end up with IntendedFor = ['bids::sub-01/func/sub-01_task-rest_bold.nii.gz']
where previously you would have had IntendedFor = ['func/sub-01_task-rest_bold.nii.gz']
.
As a roadmap:
- Handle within-dataset URIs (
bids::*
) forIntendedFor
and any other field where we may support linking files - Parse the
DatasetLinks
field from dataset description; ifx
exists inDatasetLinks
and is in a loaded dataset (e.g., a derivative), thenbids:x:*
URIs should resolve to existing files.
Metadata
Metadata
Assignees
Labels
No labels