From 8d58b83b9cd89c8eb5d1572046b8ec1b33c77ce5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Torsten=20St=C3=B6ter?= Date: Fri, 22 Nov 2024 22:18:26 +0100 Subject: [PATCH 1/2] [SCHEMA] Allow `mod-*` to relate physio data to MRI data in `anat/` `mod` seems to be more appropriate, but was also not yet supported. --- src/schema/rules/files/raw/task.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/src/schema/rules/files/raw/task.yaml b/src/schema/rules/files/raw/task.yaml index 1fe1712915..2e9af4b397 100644 --- a/src/schema/rules/files/raw/task.yaml +++ b/src/schema/rules/files/raw/task.yaml @@ -37,6 +37,7 @@ timeseries: acquisition: optional run: optional recording: optional + modality: optional timeseries__mri_no_task: suffixes: From d73a8446033279c1e64c88b348d90077c93dbd06 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Torsten=20St=C3=B6ter?= Date: Tue, 17 Dec 2024 22:30:12 +0100 Subject: [PATCH 2/2] Update task.yaml --- src/schema/rules/files/raw/task.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/schema/rules/files/raw/task.yaml b/src/schema/rules/files/raw/task.yaml index 2e9af4b397..c5c79b3e31 100644 --- a/src/schema/rules/files/raw/task.yaml +++ b/src/schema/rules/files/raw/task.yaml @@ -37,7 +37,6 @@ timeseries: acquisition: optional run: optional recording: optional - modality: optional timeseries__mri_no_task: suffixes: @@ -113,6 +112,7 @@ timeseries__anat: echo: optional part: optional chunk: optional + modality: optional timeseries__func: $ref: rules.files.raw.task.timeseries