mne_apply_ica
Remove specified ICA components from EEG/MEG data to clean artifacts. Provide comma-separated indices to exclude, or rely on the ICA object's existing exclude list.
Instructions
Remove ICA components from an instrument in place. exclude = comma-separated component indices to drop (e.g. '0,3'); if omitted, uses the ICA object's current exclude list.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| exclude | No | ||
| ica_name | No | ica | |
| inst_name | No | raw |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |