AddRemoveEvoked¶
Remove or (re-)add average evoked activity to a given continuous signal.
This can be used to alter the signal baseline for artifact removal in the presence of evoked activity. The node should then be used in a manner where first, the evoked activity is removed, then artifact removal is applied, and then the previously subtracted evoked activity is added back in. Note that segmented data must have already been grouped into conditions by setting the TargetValue field of each instance, which can be accomplished using the AssignTargets node. Version 0.5.0
Ports/Properties¶
data¶
Continuous data.
segmented¶
Segmented data.
operation¶
Operation to perform. Remove will subtract the evoked activity captured by the segmented dataset from each trial in the data, while add will add it back in. This can be used to perform certain processing steps in the absence of evoked activity.
estimator¶
Estimator to use for calculating the average evoked activity.
trim_proportion¶
Proportion to trim for trim_mean estimator. Applied to both the smallest and largest values in the data.
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.