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.
unlocalized¶
Data with removed channels.
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'].
set_breakpoint¶
Set a breakpoint on this node. If this is enabled, your debugger (if one is attached) will trigger a breakpoint.
metadata¶
User-definable meta-data associated with the node. Usually reserved for technical purposes.