mne.
read_forward_solution
(fname, force_fixed=False, surf_ori=False, include=[], exclude=[], verbose=None)[source]¶Read a forward solution a.k.a. lead field.
Parameters: | fname : string
force_fixed : bool, optional (default False)
surf_ori : bool, optional (default False)
include : list, optional
exclude : list, optional
verbose : bool, str, int, or None
|
---|---|
Returns: | fwd : instance of Forward
|
See also