eelbrain.pipeline.MneExperiment.set_inv

MneExperiment.set_inv(self, ori='free', snr=3, method='dSPM', depth=None, pick_normal=False, **state)

Set the type of inverse solution used for source estimation

Parameters:
ori : ‘free’ | ‘fixed’ | ‘vec’ | float ]0, 1]

Orientation constraint (default 'free'; use a number between 0 and 1 to specify a loose constraint).

At each source point, …

  • free: … estimate a current dipole with arbitrary direction. For further analysis, only the magnitude of the current is retained, while the direction is ignored. This is good for detecting changes in neural current strength when current direction is variable (for example, due to anatomical differences between subjects).
  • fixed: … estimate current flow orthogonal to the cortical surface. The sign of the estimates indicates current direction relative to the surface (positive for current out of the brain).
  • vec: … estimate a current vector with arbitrary direction, and return this current as 3 dimensional vector.
  • loose (float): … estimate a current dipole with arbitrary direction. Then, multiple the two components parallel to the surface with this number, and retain the magnitude.
snr : scalar

SNR estimate used for regularization (default 3; the general recommendation is 3 for averaged responses, and 1 for raw or single trial data).

method : ‘MNE’ | ‘dSPM’ | ‘sLORETA’ | ‘eLORETA’

Noise normalization method. MNE uses unnormalized current estimates. dSPM [1] (default) sLORETA [2] and eLORETA [3] normalize each the estimate at each source with an estimate of the noise at that source (default 'dSPM').

depth : None | float [0, 1]

Depth weighting [4] (default None to use mne default 0.8; 0 to disable depth weighting).

pick_normal : bool

Estimate a free orientation current vector, then pick the component orthogonal to the cortical surface and discard the parallel components.

State parameters.

References

[1]Dale A, Liu A, Fischl B, Buckner R. (2000) Dynamic statistical parametric mapping: combining fMRI and MEG for high-resolution imaging of cortical activity. Neuron, 26:55-67. 10.1016/S0896-6273(00)81138-1
[2]Pascual-Marqui RD (2002), Standardized low resolution brain electromagnetic tomography (sLORETA): technical details. Methods Find. Exp. Clin. Pharmacology, 24(D):5-12.
[3]Pascual-Marqui RD (2007). Discrete, 3D distributed, linear imaging methods of electric neuronal activity. Part 1: exact, zero error localization. arXiv:0710.3341
[4]Lin F, Witzel T, Ahlfors S P, Stufflebeam S M, Belliveau J W, Hämäläinen M S. (2006) Assessing and improving the spatial accuracy in MEG source localization by depth-weighted minimum-norm estimates. NeuroImage, 31(1):160–171. 10.1016/j.neuroimage.2005.11.054