From c11b7978998c2ea39bee966c35fd2ca1874f76b1 Mon Sep 17 00:00:00 2001 From: Beliy Nikita <beliy.nikita@outlook.com> Date: Fri, 22 May 2020 13:33:17 +0200 Subject: [PATCH] adapted to new class names --- example1/resources/map/bidsmap.yaml | 2 +- example1/resources/map/bidsmap_noPlugin.yaml | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/example1/resources/map/bidsmap.yaml b/example1/resources/map/bidsmap.yaml index ab6606a..d659c6a 100644 --- a/example1/resources/map/bidsmap.yaml +++ b/example1/resources/map/bidsmap.yaml @@ -1,6 +1,6 @@ __bids__: 1.2.0 MRI: - Nifti_SPM12: + hmriNIFTI: __ignore__: - provenance: /home/beliy/Works/bidscoin/test/renamed/sub-003/ses-HCL/MRI/001-localizer/s1904-0001-00001-000001-01.nii checked: true diff --git a/example1/resources/map/bidsmap_noPlugin.yaml b/example1/resources/map/bidsmap_noPlugin.yaml index 20c1fbc..b7ef74e 100644 --- a/example1/resources/map/bidsmap_noPlugin.yaml +++ b/example1/resources/map/bidsmap_noPlugin.yaml @@ -1,6 +1,6 @@ __bids__: 1.2.0 MRI: - Nifti_SPM12: + hmriNIFTI: __ignore__: - provenance: /home/beliy/Works/bidscoin/test/renamed/sub-003/ses-HCL/MRI/001-localizer/s1904-0001-00001-000001-01.nii checked: true @@ -463,3 +463,4 @@ MRI: - EchoTime: <scale-3:EchoTime> - RepetitionTime: <scale-3:RepetitionTime> - FlipAngle: <FlipAngle> +EEG: {} -- GitLab