FOCUSS#

invert.adapters.focuss.focuss(stc, evoked, forward, alpha=0.01, max_iter=10, verbose=0)#

FOCUSS algorithm.

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