Parameters: |
- fwd : Forward
The forward solution to modify.
- surf_ori : bool, optional (default False)
Use surface-based source coordinate system? Note that force_fixed=True
implies surf_ori=True.
- force_fixed : bool, optional (default False)
Force fixed source orientation mode?
- copy : bool
Whether to return a new instance or modify in place.
- use_cps : None | bool (default None)
Whether to use cortical patch statistics to define normal
orientations. Only used when surf_ori and/or force_fixed are True.
- verbose : bool, str, int, or None
If not None, override default verbose level (see mne.verbose()
and Logging documentation for more).
|