mne.
read_forward_solution
(fname, force_fixed=None, surf_ori=None, include=[], exclude=[], verbose=None)[source]¶Read a forward solution a.k.a. lead field.
Parameters: | fname : string
force_fixed : None | bool, optional (default None)
surf_ori : None | bool, optional (default None)
include : list, optional
exclude : list, optional
verbose : bool, str, int, or None
|
---|---|
Returns: | fwd : instance of Forward
|
See also
Notes
Forward solutions, which are derived from an original forward solution with
free orientation, are always stored on disk as forward solution with free
orientation in X/Y/Z RAS coordinates. To apply any transformation to the
forward operator (surface orientation, fixed orienation) please apply
convert_forward_solution()
after reading the forward solution with
read_forward_solution()
.
Forward solutions, which are derived from an original forward solution with
fixed orientation, are stored on disk as forward solution with fixed
surface-based orientations. Please note that the transformation to
surface-based, fixed orienation cannot be reverted after loading the
forward solution with read_forward_solution()
.
mne.read_forward_solution
¶