File tree Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Original file line number Diff line number Diff line change @@ -661,6 +661,20 @@ it refers to. For example `sub-01` refers to the `sub` entity (a
661
661
subject) with the label ` 01 ` . The ` sub- ` prefix is not part of the subject
662
662
label, but must be included in filenames (similarly to other key names).
663
663
664
+ ## Specification of paths
665
+
666
+ Several metadata fields in BIDS require the specification of paths,
667
+ that is, a string of characters used to uniquely identify a location in a directory structure.
668
+ For example the ` IntendedFor ` or ` AssociatedEmptyroom ` metadata fields.
669
+
670
+ Throughout BIDS all such paths MUST be specified using the slash character (` / ` ),
671
+ regardless of the operating system that a particular dataset is curated on or used on.
672
+
673
+ Paths SHOULD NOT be absolute local paths,
674
+ because these might break when a dataset is used on a different machine.
675
+ It is RECOMMENDED that all paths specified in a BIDS dataset are relative paths,
676
+ as specified in the respective descriptions of metadata fields that require the use of paths.
677
+
664
678
## Uniform Resource Indicator
665
679
666
680
A Uniform Resource Indicator (URI) is a string referring to a resource and SHOULD
You can’t perform that action at this time.
0 commit comments