eelbrain.pipeline.Reference
- class eelbrain.pipeline.Reference(reference='average', add=None, drop=None)[source]
Re-reference EEG data after epoching and channel interpolation
Used as a value in
Pipeline.referencesand selected through thereferencestate. Also the base class forRawReReference, which applies the same operation to continuous raw data.- Parameters:
See also