Average forward solutions.
list
of Forward
Forward solutions to average. Each entry (dict) should be a forward solution.
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.
str
| int
| None
Control verbosity of the logging output. If None
, use the default
verbosity level. See the logging documentation and
mne.verbose()
for details. Should only be passed as a keyword
argument.
Forward
The averaged forward solution.