Skip to content

FSDicomImport

Markus Adamek edited this page Apr 6, 2022 · 1 revision

The FSDicomImport Component uses Freesurfers mri_convert function to convert DICOM and .mgz to Nifti for use within VERA.

Inputs and Outputs

  • Inputs: None

  • Outputs: Volume

Settings

Identifier

An identifier for the loaded image Default: Empty

XML Example

Loading a Volume as ASEG.

<Component Type="FSDicomImport">
  <Name>"Load ASEG"</Name>
    <Identifier>"ASEG"</Identifier>
</Component>
Clone this wiki locally