Skip to content

Commit

Permalink
converted medimage/dicom-set to medimage/dicom-series
Browse files Browse the repository at this point in the history
  • Loading branch information
tclose committed Dec 20, 2023
1 parent 09861a9 commit 8855a18
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 16 deletions.
22 changes: 11 additions & 11 deletions australian-imaging-service/mri/human/neuro/bidsapps/fmriprep.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -75,76 +75,76 @@ command:
configuration:
path: anat/T1w
column_defaults:
datatype: medimage/dicom-set
datatype: medimage/dicom-series
T2w:
datatype: medimage/nifti-gz-x
help: "T2-weighted anatomical scan"
configuration:
path: anat/T2w
column_defaults:
datatype: medimage/dicom-set
datatype: medimage/dicom-series
bold:
datatype: medimage/nifti-gz-x
help: "functional MRI"
configuration:
path: func/task-rest_bold
column_defaults:
datatype: medimage/dicom-set
datatype: medimage/dicom-series
fmap_magnitude1:
datatype: medimage/nifti-gz-x
help: "Field map - BIDS Case 1 & 2: magnitude of first echo"
configuration:
path: fmap/magnitude1
column_defaults:
datatype: medimage/dicom-set
datatype: medimage/dicom-series
fmap_magnitude2:
datatype: medimage/nifti-gz-x
help: "Field map - BIDS Case 1 & 2: magnitude of second echo"
configuration:
path: fmap/magnitude2
column_defaults:
datatype: medimage/dicom-set
datatype: medimage/dicom-series
fmap_magnitude:
datatype: medimage/nifti-gz-x
help: "Field map - BIDS Case 3: magnitude image used for anatomical reference"
configuration:
path: fmap/magnitude
column_defaults:
datatype: medimage/dicom-set
datatype: medimage/dicom-series
fmap_phasediff:
datatype: medimage/nifti-gz-x
help: "Field map - BIDS Case 1: phasediff image corresponding to the phase-diff map between echo times"
configuration:
path: fmap/phasediff
column_defaults:
datatype: medimage/dicom-set
datatype: medimage/dicom-series
fmap_phase1:
datatype: medimage/nifti-gz-x
help: "Field map - BIDS Case 2: phase of first echo"
configuration:
path: fmap/phase1
column_defaults:
datatype: medimage/dicom-set
datatype: medimage/dicom-series
fmap_phase2:
datatype: medimage/nifti-gz-x
help: "Field map - BIDS Case 2: phase of second echo"
configuration:
path: fmap/phase2
column_defaults:
datatype: medimage/dicom-set
datatype: medimage/dicom-series
fmap_fieldmap:
datatype: medimage/nifti-gz-x
help: "Field map - BIDS Case 3: directly reconstructed field map"
configuration:
path: fmap/fieldmap
column_defaults:
datatype: medimage/dicom-set
datatype: medimage/dicom-series
fmap_epi:
datatype: medimage/nifti-gz-x
configuration:
path: fmap/epi
column_defaults:
datatype: medimage/dicom-set
datatype: medimage/dicom-series
help: >-
Field map - BIDS Case 4: Spin Echo EPI scans with different phase encoding
directions to estimate the distortion map corresponding to the nonuniformities
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,21 +34,21 @@ command:
configuration:
path: anat/T1w
column_defaults:
datatype: medimage/dicom-set
datatype: medimage/dicom-series
T2w:
datatype: medimage/nifti-gz-x
help: "T2-weighted anatomical scan"
configuration:
path: anat/T2w
column_defaults:
datatype: medimage/dicom-set
datatype: medimage/dicom-series
fMRI:
datatype: medimage/nifti-gz-x
help: "functional MRI"
configuration:
path: func/task-rest_bold
column_defaults:
datatype: medimage/dicom-set
datatype: medimage/dicom-series
outputs:
mriqc:
datatype: generic/directory
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,14 +38,14 @@ command:
configuration:
path: anat/T1w
column_defaults:
datatype: medimage/dicom-set
datatype: medimage/dicom-series
T2w:
datatype: medimage/nifti-gz-x
help: "T2-weighted anatomical scan"
configuration:
path: anat/T2w
column_defaults:
datatype: medimage/dicom-set
datatype: medimage/dicom-series
outputs:
smriprep:
datatype: generic/directory
Expand Down

0 comments on commit 8855a18

Please sign in to comment.