Skip to content

← source_localization package

RemoveUnlocalizedChannels

Remove channels from the data that have no location assigned to them.

Elements of the space axis ("channels") have an associated 3xN sized .position porperty, which [NaN,NaN,NaN] for channels that have no location, and holds the spatial coordinates of the channel otherwise. This node removes those channels that have no location. Note: the node will only affect the first space axis in the data. Version 1.2.0

Ports/Properties

data

Data to process.

verbose name
Data
default value
None
port type
DataPort
value type
Packet (can be None)
data direction
INOUT

unlocalized

Data with removed channels.

verbose name
Unlocalized
default value
None
port type
DataPort
value type
Packet (can be None)
data direction
OUT

protect_channels

Channels to protect from removal. This protects the channels with the given names from being removed. The syntax is as in ['Fp1','Fp2','C3','Cz'].

verbose name
Protect Channels From Removal
default value
[]
port type
ListPort
value type
list (can be None)

set_breakpoint

Set a breakpoint on this node. If this is enabled, your debugger (if one is attached) will trigger a breakpoint.

verbose name
Set Breakpoint (Debug Only)
default value
False
port type
BoolPort
value type
bool (can be None)

metadata

User-definable meta-data associated with the node. Usually reserved for technical purposes.

verbose name
Metadata
default value
{}
port type
DictPort
value type
dict (can be None)