Skip to content

ElectrodeProjection

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

The ElectrodeProjection Component uses NeuralAct to account for brainshift.

Inputs and Outputs

  • Inputs: Surface, ElectrodeLocations

  • OptionalInputs: ElectrodeDefinitions

  • Outputs: ElectrodeLocations

Settings

SurfaceIdentifier

Default: Surface

ElectrodeLocationIdentifier

Default: ElectrodeLocation

ElectrodeDefinitionIdentifier

If ElectrodeDefinition is available, this component will only project electrodes that are defined as Grids or Strips. Default: ElectrodeDefinition

ProjectToHemisphere

If set to True, the component will determine to which electrode the most likely belongs and perform the projection individually for each hemisphere. Default: False

XML Example

<Component Type="ElectrodeProjection">
  <Name>"Project Electrodes To Hemispheres"</Name>
  <ProjectToHemisphere>"True"</ProjectToHemisphere>
</Component>
Clone this wiki locally