Skip to content

Commit

Permalink
Replace InPlanePhaseEncodingDirection with the new `PhaseEncodingDi…
Browse files Browse the repository at this point in the history
…rection` attribute
  • Loading branch information
marcelzwiers committed Jan 30, 2024
1 parent 421c8de commit e5c3fab
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 10 deletions.
11 changes: 6 additions & 5 deletions bidscoin/heuristics/bidsmap_dccn.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -438,7 +438,7 @@ DICOM:
EchoTime:
EffectiveEchoTime:
RepetitionTime:
InPlanePhaseEncodingDirection:
PhaseEncodingDirection:
bids: &func_dicoment_func # See: schema/datatypes/func.yaml
task: <ProtocolName> # More consistent between SBREF and PHYSIO files
acq:
Expand Down Expand Up @@ -554,7 +554,7 @@ DICOM:
EchoTime:
EffectiveEchoTime:
RepetitionTime:
InPlanePhaseEncodingDirection:
PhaseEncodingDirection:
bids: &perf_dicoment_group1 # See: schema/datatypes/perf.yaml
acq: <ProtocolName>
rec: <SeriesDescription>
Expand Down Expand Up @@ -633,7 +633,7 @@ DICOM:
EchoTime:
EffectiveEchoTime:
RepetitionTime:
InPlanePhaseEncodingDirection:
PhaseEncodingDirection:
bids: &dwi_dicoment_DWI # See: schema/datatypes/dwi.yaml
acq: <ProtocolName> # More consistent between SBREF and PHYSIO files
rec:
Expand Down Expand Up @@ -708,7 +708,7 @@ DICOM:
EchoTime:
EffectiveEchoTime:
RepetitionTime:
InPlanePhaseEncodingDirection:
PhaseEncodingDirection:
bids: &fmap_dicoment_fieldmaps # See: schema/datatypes/fmap.yaml
acq: <SeriesDescription>
run: <<>>
Expand Down Expand Up @@ -1026,7 +1026,7 @@ DICOM:
EchoTime:
EffectiveEchoTime:
RepetitionTime:
InPlanePhaseEncodingDirection:
PhaseEncodingDirection:
bids: &extra_data_bids_dicom
acq: <ProtocolName>
inv:
Expand Down Expand Up @@ -2079,6 +2079,7 @@ Nibabel:
EchoTime:
RepetitionTime:
InPlanePhaseEncodingDirectionDICOM:
PhaseEncodingDirection:
bids: &anat_nibent_nonparametric # See: schema/datatypes/anat.yaml
task:
acq: <descrip> # This will be expanded by the bidsmapper (so the user can edit it)
Expand Down
11 changes: 6 additions & 5 deletions bidscoin/heuristics/bidsmap_sst.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -437,7 +437,7 @@ DICOM:
EchoTime:
EffectiveEchoTime:
RepetitionTime:
InPlanePhaseEncodingDirection:
PhaseEncodingDirection:
bids: &func_dicoment_func # See: schema/datatypes/func.yaml
task: <filepath:/.*/...(.*)/.*/>
acq:
Expand Down Expand Up @@ -553,7 +553,7 @@ DICOM:
EchoTime:
EffectiveEchoTime:
RepetitionTime:
InPlanePhaseEncodingDirection:
PhaseEncodingDirection:
bids: &perf_dicoment_group1 # See: schema/datatypes/perf.yaml
acq: <filepath:/.*/...(.*)/.*/>
rec: <SeriesDescription>
Expand Down Expand Up @@ -632,7 +632,7 @@ DICOM:
EchoTime:
EffectiveEchoTime:
RepetitionTime:
InPlanePhaseEncodingDirection:
PhaseEncodingDirection:
bids: &dwi_dicoment_DWI # See: schema/datatypes/dwi.yaml
acq: <filepath:/.*/...(.*)/.*/> # More consistent between SBREF and PHYSIO files
rec:
Expand Down Expand Up @@ -707,7 +707,7 @@ DICOM:
EchoTime:
EffectiveEchoTime:
RepetitionTime:
InPlanePhaseEncodingDirection:
PhaseEncodingDirection:
bids: &fmap_dicoment_fieldmaps # See: schema/datatypes/fmap.yaml
acq: <filepath:/.*/...(.*)/.*/>
run: <<>>
Expand Down Expand Up @@ -1025,7 +1025,7 @@ DICOM:
EchoTime:
EffectiveEchoTime:
RepetitionTime:
InPlanePhaseEncodingDirection:
PhaseEncodingDirection:
bids: &extra_data_bids_dicom
acq: <ProtocolName>
inv:
Expand Down Expand Up @@ -2084,6 +2084,7 @@ Nibabel:
EchoTime:
RepetitionTime:
InPlanePhaseEncodingDirectionDICOM:
PhaseEncodingDirection:
bids: &anat_nibent_nonparametric # See: schema/datatypes/anat.yaml
task:
acq: <descrip> # This will be expanded by the bidsmapper (so the user can edit it)
Expand Down

0 comments on commit e5c3fab

Please sign in to comment.