Skip to content

Commit

Permalink
[DOC] apply_inverse docu update (mne-tools#6620)
Browse files Browse the repository at this point in the history
* Update apply_inverse docu

* Add linebreaks
  • Loading branch information
LorenzE authored and larsoner committed Aug 2, 2019
1 parent f64d613 commit 7a79063
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions mne/minimum_norm/inverse.py
Original file line number Diff line number Diff line change
Expand Up @@ -775,8 +775,10 @@ def apply_inverse(evoked, inverse_operator, lambda2=1. / 9., method="dSPM",
Use minimum norm [1]_, dSPM (default) [2]_, sLORETA [3]_, or
eLORETA [4]_.
pick_ori : None | "normal" | "vector"
If "normal", rather than pooling the orientations by taking the norm,
only the radial component is kept. This is only implemented
By default (None) pooling is performed by taking the norm of loose/free
orientations. In case of a fixed source space no norm is computed
leading to signed source activity.
If "normal" only the radial component is kept. This is only implemented
when working with loose orientations.
If "vector", no pooling of the orientations is done and the vector
result will be returned in the form of a
Expand Down

0 comments on commit 7a79063

Please sign in to comment.