Skip to content

FileLoader

Markus Adamek edited this page Apr 8, 2022 · 2 revisions

The FileLoader Component allows to load Nifti and DICOM based images as well as gifti surfaces. On a more basic level, the FileLoader allows to load any type of data which implements the IFileLoader interface.

Inputs and Outputs

  • Inputs: None

  • Outputs: Data of specified type

Settings

Identifier

Identifier for the data which should be loaded.

Default: Empty

IdentifierType

Data type of the data being loaded. This has to be an existing VERA data type.

Default: Empty

FileTypeWildcard

A wildcard identifier limits what type of file can be loaded.

Default: .

XML Example

Load an MRI Volume

<Component Type="FileLoader">
  <Name>"Load MRI"</Name>
    <Identifier>"MRI"</Identifier>
    <IdentifierType>"Volume"</IdentifierType>
</Component>
Clone this wiki locally