Skip to content

FreesurferDatExport

swiftjamesr edited this page Aug 2, 2024 · 5 revisions

The FreesurferDatExport Component generates Freesurfer point set files for each electrodedefinition/location set.

Inputs and Outputs

  • Inputs: Electrode Location, Electrode Definition

  • Outputs: None

Settings

ElectrodeLocationIdentifier

Default: ElectrodeLocation

ElectrodeDefinitionIdentifier

Default: ElectrodeDefinition

SavePathIdentifier

The SavePathIdentifier allows to specify a save path. If a relative path is given, the folder will be placed in the current project folder. Absolute paths are not supported as they reduce project portability. Implants will be saved in individual *.dat files according to their names. If the SavePathIdentifier is set to an empty string, a file save dialog box will be used.

Default: default (saves the *.dat files in a "DataOutput/ProjectName_Electrodes" folder)

XML Example

<Component Type="FreesurferDatExport">
    <Name>"Write Freesurfer PointSet files"</Name>
    <ElectrodeLocationIdentifier>"ElectrodeLocation"</ElectrodeLocationIdentifier>
    <ElectrodeDefinitionIdentifier>"ElectrodeDefinition"</ElectrodeDefinitionIdentifier>
    <SavePathIdentifier>"DataOutput/Electrodes"</SavePathIdentifier>
</Component>
Clone this wiki locally