BaselinePCA¶
Perform Baseline PCA artifact removal.
This node calculates a PCA decomposition on some given baseline data (e.g., resting state, or any data not affected by evoked responses and/or task-related activity). Using this decomposition, the task data (data input) are then broken down into components, and the top num_components components are removed from the data. In effect, this will find components with large- amplitude (likely artifactual) activity on the baseline periods, thus resulting in components that are unlikely to include any task-related activity, and these components are then removed from the on-task data. Version 0.1.0
Ports/Properties¶
data¶
Data to process.
baseline¶
Baseline data.
num_components¶
Number of principal components to remove.
demean¶
Whether to zero-mean the data and baseline beforehand. The mean will be re-added to the data afterwards.
detrend¶
Whether to detrend the data and baseline beforehand.
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.