From 89470da18229ac478b3eb44fda1a458d2b0c8db2 Mon Sep 17 00:00:00 2001 From: Taylor Salo Date: Mon, 24 Aug 2020 10:30:28 -0400 Subject: [PATCH 1/3] Propagate changes from 535 to schema. --- src/schema/entities.yaml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/src/schema/entities.yaml b/src/schema/entities.yaml index bc04a1591f..29a6fa9549 100644 --- a/src/schema/entities.yaml +++ b/src/schema/entities.yaml @@ -75,10 +75,9 @@ run: name: Run description: | If several scans of the same modality are acquired they MUST be indexed - with a key-value pair: `_run-1`, `_run-2`, `_run-3` etc. (only integers - are allowed as run labels). + with a key-value pair: `_run-1`, `_run-2`, `_run-3` etc. (only nonnegative + integers are allowed as run labels). When there is only one scan of a given type the run key MAY be omitted. - Please note that diffusion imaging data is stored elsewhere (see below). format: index mod: name: Corresponding Modality @@ -93,6 +92,9 @@ echo: Multi-echo data MUST be split into one file per echo. Each file shares the same name with the exception of the `_echo-` key/value. + Please note that the `` denotes the number/index (in the form of a + nonnegative integer) of the echo not the echo time value which needs to be + stored in the field EchoTime of the separate JSON file. format: index recording: name: Recording From 86bdddb5c790ddd6506825e0ebfa45796af81265 Mon Sep 17 00:00:00 2001 From: Thomas Nichols Date: Mon, 24 Aug 2020 18:40:42 +0200 Subject: [PATCH 2/3] Update src/schema/entities.yaml Co-authored-by: Stefan Appelhoff --- src/schema/entities.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/schema/entities.yaml b/src/schema/entities.yaml index 29a6fa9549..b2921848ae 100644 --- a/src/schema/entities.yaml +++ b/src/schema/entities.yaml @@ -75,8 +75,8 @@ run: name: Run description: | If several scans of the same modality are acquired they MUST be indexed - with a key-value pair: `_run-1`, `_run-2`, `_run-3` etc. (only nonnegative - integers are allowed as run labels). + with a key-value pair: `_run-1`, `_run-2`, ..., `_run-` + (only nonnegative integers are allowed for the ``). When there is only one scan of a given type the run key MAY be omitted. format: index mod: From 5dae563bb3f460bc4be525eda7a609a07bfa72cb Mon Sep 17 00:00:00 2001 From: Taylor Salo Date: Mon, 24 Aug 2020 12:57:09 -0400 Subject: [PATCH 3/3] Update src/schema/entities.yaml --- src/schema/entities.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/schema/entities.yaml b/src/schema/entities.yaml index b2921848ae..10cf4cfbe7 100644 --- a/src/schema/entities.yaml +++ b/src/schema/entities.yaml @@ -94,7 +94,7 @@ echo: key/value. Please note that the `` denotes the number/index (in the form of a nonnegative integer) of the echo not the echo time value which needs to be - stored in the field EchoTime of the separate JSON file. + stored in the field `EchoTime` of the separate JSON file. format: index recording: name: Recording