eelbrain.pipeline.RawFilter
- class eelbrain.pipeline.RawFilter(source, l_freq=None, h_freq=None, cache=True, n_jobs=1, **kwargs)
Filter raw pipe
- Parameters:
source (eelbrain._experiment.preprocessing.RawPipe) – Name of the raw pipe to use for input data.
l_freq (float) – Low cut-off frequency in Hz.
h_freq (float) – High cut-off frequency in Hz.
cache (bool) – Cache the resulting raw files (default
True).n_jobs (str | int | None) – Parameter for
mne.io.Raw.filter(); Values other than 1 are slower in most cases due to added overhead except for very large files.... –
mne.io.Raw.filter()parameters.
See also