Shrinking FOCUSS#
- invert.adapters.focuss.s_focuss(stc, evoked, forward, alpha=0.01, percentile=0.01, max_iter=10, verbose=0)#
Shrinking FOCUSS algorithm. Based on Grech et al. (2008)
- Parameters
stc (mne.SourceEstimate) – Source Estimate object.
evoked (mne.EvokedArray) – Evoked EEG data object
forward (mne.Forward) – The forward model
alpha (float,) – Regularization parameter
verbose (int) – Controls verbosity of the program
- Returns
stc_focuss – The new focussed source estimate
- Return type
mne.SourceEstimate
References
[1] Grech, R., Cassar, T., Muscat, J., Camilleri, K. P., Fabri, S. G., Zervakis, M., … & Vanrumste, B. (2008). Review on solving the inverse problem in EEG source analysis. Journal of neuroengineering and rehabilitation, 5(1), 1-33.