RejectIndependentComponents¶
Automatically reject independent components that have previously been classified into artifact types.
This requires that the data has been decomposed into ICs and that the ICs have been classified into artifact types. This node should be used with the following workflow: 1) optional artifact removal (highpass, etc.). 2) Common average reference. 3) ICA (e.g., InfomaxICA). 4) ClassifyIndependentComponents. 5) This node. Version 0.3.0
Ports/Properties¶
data¶
Data to process.
rejected_list¶
List of rejected component numbers.
thresholds¶
Confidence thresholds for each artifact class. This is a dictionary mapping class names to threshold values (with 1.0 being 100% confidence). Classes that are not listed will not be rejected.
backproject¶
Back-project to channel space. If enabled, the retained components will be back-projected to channel space.
verbose¶
Enable verbose output.
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.