channel_difference

Module: missions.nodes.spatial_filtering.channel_difference

Build the difference of channels based on different criteria

Inheritance diagram for pySPACE.missions.nodes.spatial_filtering.channel_difference:

Inheritance diagram of pySPACE.missions.nodes.spatial_filtering.channel_difference

HemisphereDifferenceNode

class pySPACE.missions.nodes.spatial_filtering.channel_difference.HemisphereDifferenceNode(**kwargs)[source]

Bases: pySPACE.missions.nodes.base_node.BaseNode

Build new EEG channels using the difference between left and right hemisphere of the brain

The new channel names correspond to the difference. Channels in the middle area are totally ignored. Up to the standard 128 channels can be used. If some channels do not exist, they are ignored.

Parameters

Exemplary Call

-
    node : HemisphereDifference
Author:

Mario Krell (Mario.Krell@dfki.de)

Created:

2009/12/15

POSSIBLE NODE NAMES:
 
  • HemisphereDifference
  • Hemisphere_Difference
  • HemisphereDifferenceNode
POSSIBLE INPUT TYPES:
 
  • TimeSeries

Class Components Summary

_execute(data)
input_types
__init__(**kwargs)[source]
_execute(data)[source]
input_types = ['TimeSeries']