Parameters: |
- orig : dict
A forward solution.
- include : list of string
List of channels to include (if empty, include all available).
Defaults to [].
- exclude : list of string | ‘bads’
Channels to exclude (if empty, do not exclude any). Defaults to [].
If ‘bads’, then exclude bad channels in orig.
- verbose : bool, str, int, or None
If not None, override default verbose level (see mne.verbose()
and Logging documentation for more).
|