mne.
make_forward_solution
(info, trans, src, bem, meg=True, eeg=True, mindist=0.0, ignore_ref=False, n_jobs=1, verbose=None)[source]¶Calculate a forward solution for a subject.
Parameters: | info : instance of mne.Info | str
trans : dict | str | None
src : str | instance of SourceSpaces
bem : dict | str
meg : bool
eeg : bool
mindist : float
ignore_ref : bool
n_jobs : int
verbose : bool, str, int, or None
|
---|---|
Returns: | fwd : instance of Forward
|
See also
Notes
The --grad
option from MNE-C (to compute gradients) is not implemented
here.
To create a fixed-orientation forward solution, use this function
followed by mne.convert_forward_solution()
.
mne.make_forward_solution
¶