Average forward solutions.
list of ForwardForward solutions to average. Each entry (dict) should be a forward solution.
array | NoneWeights 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 | NoneControl 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.
ForwardThe averaged forward solution.