ArtifactDetection¶
Detect artifacts in a sliding window fashion and mark them up with NaNs.
Version 1.1.2
Ports/Properties¶
data¶
Data to process.
std_threshold¶
Detection threshold in standard deviations. Relative to the baseline window. If the signal amplitude in the detection window is greater than the amplitude in the baseline window by at least this factor, the data is considered artifactual.
baseline_window¶
Baseline window length. In seconds. This window is used to robustly track the expected signal standard deviation.
detection_window¶
Detection window length. This window is used to detect short-duration artifacts.
drift_window¶
Window length for robustly tracking the signal drift.
lookahead¶
Lookahead duration. The node will delay the output signal by this many seconds. Allows to catch sharp-onset artifacts before they are being passed to the downstream pipelines.
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.