You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| Description | RECOMMENDED. Free-form natural language description of the nature of the file. |
16
-
| Sources | OPTIONAL. A list of files with the paths specified relative to dataset root; these files were directly used in the creation of this derivative data file. For example, if a derivative A is used in the creation of another derivative B, which is in turn used to generate C in a chain of A->B->C, C should only list B in `Sources`, and B should only list A in `Sources`. However, in case both X and Y are directly used in the creation of Z, then Z should list X and Y in `Sources`, regardless of whether X was used to generate Y. |
17
-
| RawSources | OPTIONAL. A list of paths relative to dataset root pointing to the BIDS-Raw file(s) that were used in the creation of this derivative. |
| Description | RECOMMENDED|[string][]|Free-form natural language description of the nature of the file.|
16
+
| Sources | OPTIONAL|[array][] of [strings][]| A list of files with the paths specified relative to dataset root; these files were directly used in the creation of this derivative data file. For example, if a derivative A is used in the creation of another derivative B, which is in turn used to generate C in a chain of A->B->C, C should only list B in `Sources`, and B should only list A in `Sources`. However, in case both X and Y are directly used in the creation of Z, then Z should list X and Y in `Sources`, regardless of whether X was used to generate Y. |
17
+
| RawSources | OPTIONAL|[array][] of [strings][]| A list of paths relative to dataset root pointing to the BIDS-Raw file(s) that were used in the creation of this derivative. |
18
18
19
19
### Examples
20
20
@@ -71,9 +71,9 @@ The `space` entity may take any value in [Image-Based Coordinate Systems][coords
71
71
If the `space` entity is omitted, or the space is not in the [Standard template
72
72
identifiers][templates] table, then the `SpatialReference` metadata is REQUIRED.
| SpatialReference | RECOMMENDED if the derivative is aligned to a standard template listed in [Standard template identifiers][templates]. REQUIRED otherwise. For images with a single reference, the value MUST be a single string. For images with multiple references, such as surface and volume references, a JSON object MUST be used. |
| SpatialReference | RECOMMENDED if the derivative is aligned to a standard template listed in [Standard template identifiers][templates]. REQUIRED otherwise. |[string][] or [object][]|For images with a single reference, the value MUST be a single string. For images with multiple references, such as surface and volume references, a JSON object MUST be used. See examples below. |
77
77
78
78
### SpatialReference key allowed values
79
79
@@ -188,3 +188,6 @@ static volume, a `RepetitionTime` property would no longer be relevant).
0 commit comments