mne.
convert_forward_solution
(fwd, surf_ori=False, force_fixed=False, copy=True, verbose=None)[source]¶Convert forward solution between different source orientations.
Parameters: | fwd : Forward
surf_ori : bool, optional (default False)
force_fixed : bool, optional (default False)
copy : bool
verbose : bool, str, int, or None
|
---|---|
Returns: | fwd : Forward
|