From e5c3fab7e31850fd34dc505aa6ad9077d71c00b1 Mon Sep 17 00:00:00 2001 From: Marcel Zwiers Date: Tue, 30 Jan 2024 18:07:01 +0100 Subject: [PATCH] Replace `InPlanePhaseEncodingDirection` with the new `PhaseEncodingDirection` attribute --- bidscoin/heuristics/bidsmap_dccn.yaml | 11 ++++++----- bidscoin/heuristics/bidsmap_sst.yaml | 11 ++++++----- 2 files changed, 12 insertions(+), 10 deletions(-) diff --git a/bidscoin/heuristics/bidsmap_dccn.yaml b/bidscoin/heuristics/bidsmap_dccn.yaml index 1727c291..6becd753 100644 --- a/bidscoin/heuristics/bidsmap_dccn.yaml +++ b/bidscoin/heuristics/bidsmap_dccn.yaml @@ -438,7 +438,7 @@ DICOM: EchoTime: EffectiveEchoTime: RepetitionTime: - InPlanePhaseEncodingDirection: + PhaseEncodingDirection: bids: &func_dicoment_func # See: schema/datatypes/func.yaml task: # More consistent between SBREF and PHYSIO files acq: @@ -554,7 +554,7 @@ DICOM: EchoTime: EffectiveEchoTime: RepetitionTime: - InPlanePhaseEncodingDirection: + PhaseEncodingDirection: bids: &perf_dicoment_group1 # See: schema/datatypes/perf.yaml acq: rec: @@ -633,7 +633,7 @@ DICOM: EchoTime: EffectiveEchoTime: RepetitionTime: - InPlanePhaseEncodingDirection: + PhaseEncodingDirection: bids: &dwi_dicoment_DWI # See: schema/datatypes/dwi.yaml acq: # More consistent between SBREF and PHYSIO files rec: @@ -708,7 +708,7 @@ DICOM: EchoTime: EffectiveEchoTime: RepetitionTime: - InPlanePhaseEncodingDirection: + PhaseEncodingDirection: bids: &fmap_dicoment_fieldmaps # See: schema/datatypes/fmap.yaml acq: run: <<>> @@ -1026,7 +1026,7 @@ DICOM: EchoTime: EffectiveEchoTime: RepetitionTime: - InPlanePhaseEncodingDirection: + PhaseEncodingDirection: bids: &extra_data_bids_dicom acq: inv: @@ -2079,6 +2079,7 @@ Nibabel: EchoTime: RepetitionTime: InPlanePhaseEncodingDirectionDICOM: + PhaseEncodingDirection: bids: &anat_nibent_nonparametric # See: schema/datatypes/anat.yaml task: acq: # This will be expanded by the bidsmapper (so the user can edit it) diff --git a/bidscoin/heuristics/bidsmap_sst.yaml b/bidscoin/heuristics/bidsmap_sst.yaml index 6336a2ef..364317f1 100644 --- a/bidscoin/heuristics/bidsmap_sst.yaml +++ b/bidscoin/heuristics/bidsmap_sst.yaml @@ -437,7 +437,7 @@ DICOM: EchoTime: EffectiveEchoTime: RepetitionTime: - InPlanePhaseEncodingDirection: + PhaseEncodingDirection: bids: &func_dicoment_func # See: schema/datatypes/func.yaml task: acq: @@ -553,7 +553,7 @@ DICOM: EchoTime: EffectiveEchoTime: RepetitionTime: - InPlanePhaseEncodingDirection: + PhaseEncodingDirection: bids: &perf_dicoment_group1 # See: schema/datatypes/perf.yaml acq: rec: @@ -632,7 +632,7 @@ DICOM: EchoTime: EffectiveEchoTime: RepetitionTime: - InPlanePhaseEncodingDirection: + PhaseEncodingDirection: bids: &dwi_dicoment_DWI # See: schema/datatypes/dwi.yaml acq: # More consistent between SBREF and PHYSIO files rec: @@ -707,7 +707,7 @@ DICOM: EchoTime: EffectiveEchoTime: RepetitionTime: - InPlanePhaseEncodingDirection: + PhaseEncodingDirection: bids: &fmap_dicoment_fieldmaps # See: schema/datatypes/fmap.yaml acq: run: <<>> @@ -1025,7 +1025,7 @@ DICOM: EchoTime: EffectiveEchoTime: RepetitionTime: - InPlanePhaseEncodingDirection: + PhaseEncodingDirection: bids: &extra_data_bids_dicom acq: inv: @@ -2084,6 +2084,7 @@ Nibabel: EchoTime: RepetitionTime: InPlanePhaseEncodingDirectionDICOM: + PhaseEncodingDirection: bids: &anat_nibent_nonparametric # See: schema/datatypes/anat.yaml task: acq: # This will be expanded by the bidsmapper (so the user can edit it)