braindecode.preprocessing.DelProj#

class braindecode.preprocessing.DelProj(idx='all')[source]#

Braindecode preprocessor wrapper for del_proj().

Remove SSP projection vector.

Note

The projection vector can only be removed if it is inactive (has not been applied to the data).

Parameters:
idxint | list of int | str

Index of the projector to remove. Can also be “all” (default) to remove all projectors.

Returns:
selfinstance of Raw | Epochs | Evoked

The instance.