braindecode.preprocessing.AddProj#

class braindecode.preprocessing.AddProj(projs, remove_existing=False, verbose=None)[source]#

Braindecode preprocessor wrapper for add_proj().

Add SSP projection vectors.

Parameters:
projslist

List with projection vectors.

remove_existingbool

Remove the projection vectors currently in the file.

verbosebool | str | int | None

Control verbosity of the logging output. If None, use the default verbosity level. See the logging documentation and mne.verbose() for details. Should only be passed as a keyword argument.

Returns:
selfinstance of Raw | Epochs | Evoked

The data container.