mne.average_forward_solutions¶
- mne.average_forward_solutions(fwds, weights=None, verbose=None)[source]¶
Average forward solutions.
- Parameters
- fwds
list
ofForward
Forward solutions to average. Each entry (dict) should be a forward solution.
- weights
array
|None
Weights to apply to each forward solution in averaging. If None, forward solutions will be equally weighted. Weights must be non-negative, and will be adjusted to sum to one.
- verbosebool,
str
,int
, orNone
If not None, override default verbose level (see
mne.verbose()
and Logging documentation for more). If used, it should be passed as a keyword-argument only.
- fwds
- Returns
- fwd
Forward
The averaged forward solution.
- fwd