Skip to content

Support BIDS-URIs #950

@effigies

Description

@effigies

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::*) for IntendedFor and any other field where we may support linking files
  • Parse the DatasetLinks field from dataset description; if x exists in DatasetLinks and is in a loaded dataset (e.g., a derivative), then bids:x:* URIs should resolve to existing files.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions