From 3befd64e4339a0dd5d4871f88a4dc32a1bc21bd1 Mon Sep 17 00:00:00 2001 From: Yaroslav Halchenko Date: Thu, 19 Dec 2024 11:12:13 -0500 Subject: [PATCH] Enhance 7t_trt example with demonstration of "entities-less" physio.json for inheritance principle We already have a single dataset with similar entities less file: ds000248/T1w.json . I decided to enhance this one as it is a nice demonstration of allowance here since there is another metadata file but with a different suffix --- 7t_trt/README | 4 ++++ ...{task-rest_acq-fullbrain_run-1_physio.json => physio.json} | 0 7t_trt/task-rest_acq-fullbrain_run-2_physio.json | 1 - 7t_trt/task-rest_acq-prefrontal_physio.json | 1 - 4 files changed, 4 insertions(+), 2 deletions(-) rename 7t_trt/{task-rest_acq-fullbrain_run-1_physio.json => physio.json} (100%) delete mode 100644 7t_trt/task-rest_acq-fullbrain_run-2_physio.json delete mode 100644 7t_trt/task-rest_acq-prefrontal_physio.json diff --git a/7t_trt/README b/7t_trt/README index 2be1e9a08..d12e2e80c 100644 --- a/7t_trt/README +++ b/7t_trt/README @@ -1 +1,5 @@ 7t_trt data + +Demonstrates: + +- inheritance principle Example 5 on use of a single entities-less `physio.json` diff --git a/7t_trt/task-rest_acq-fullbrain_run-1_physio.json b/7t_trt/physio.json similarity index 100% rename from 7t_trt/task-rest_acq-fullbrain_run-1_physio.json rename to 7t_trt/physio.json diff --git a/7t_trt/task-rest_acq-fullbrain_run-2_physio.json b/7t_trt/task-rest_acq-fullbrain_run-2_physio.json deleted file mode 100644 index 21f78c192..000000000 --- a/7t_trt/task-rest_acq-fullbrain_run-2_physio.json +++ /dev/null @@ -1 +0,0 @@ -{"StartTime": 0, "SamplingFrequency": 100, "Columns": ["cardiac", "respiratory", "trigger", "oxygen saturation"]} \ No newline at end of file diff --git a/7t_trt/task-rest_acq-prefrontal_physio.json b/7t_trt/task-rest_acq-prefrontal_physio.json deleted file mode 100644 index 21f78c192..000000000 --- a/7t_trt/task-rest_acq-prefrontal_physio.json +++ /dev/null @@ -1 +0,0 @@ -{"StartTime": 0, "SamplingFrequency": 100, "Columns": ["cardiac", "respiratory", "trigger", "oxygen saturation"]} \ No newline at end of file