mne.chpi.
filter_chpi
(raw, include_line=True, verbose=None)[source]¶Remove cHPI and line noise from data.
Note
This function will only work properly if cHPI was on during the recording.
Parameters: | raw : instance of Raw
include_line : bool
verbose : bool, str, int, or None
|
---|---|
Returns: | raw : instance of Raw
|
Notes
cHPI signals are in general not stationary, because head movements act like amplitude modulators on cHPI signals. Thus it is recommended to to use this procedure, which uses an iterative fitting method, to remove cHPI signals, as opposed to notch filtering.
New in version 0.12.