Skip to content

ElectrodeTransformation

swiftjamesr edited this page Feb 5, 2024 · 2 revisions

The ElectrodeTransformation Component projects the electrodes based on a given electrode Transformation matrix

Inputs and Outputs

  • Inputs: ElectrodeLocation, Transformation Matrix

  • Outputs: Transformed ElectrodeLocation

Settings

ElectrodeLocationIdentifier

Default: ElectrodeLocation

TIdentifier

Transformation matrix, applies multiple transformation matrix if T is 3 dimensional (4x4xN)

Default: T

XML Example

In this example, electrodes identified from the CT will be projected based on a given transformation matrix T

<Component Type="ElectrodeTransformation">
    <Name>"Project Electrodes to MNI"</Name>
    <ElectrodeLocationIdentifier>"ElectrodeLocation"</ElectrodeLocationIdentifier>
    <TIdentifier>"T_MNI"</TIdentifier>
</Component>
Clone this wiki locally