Spatio-Temporal Matching Pursuit Contextualizer (STAMP-C)#
- invert.adapters.stamp.stampc(stc, evoked, forward, max_iter=25, K=1, rv_thresh=0.1, n_orders=0, verbose=0)#
Spatio-Temporal Matching Pursuit Contextualizer (STAMP-C)
- Parameters
stc (mne.SourceEstimate) – Source Estimate object.
evoked (mne.EvokedArray) – Evoked EEG data object
forward (mne.Forward) – The forward model
verbose (int) – Controls verbosity of the program
- Returns
stc_focuss – The new focussed source estimate
- Return type
mne.SourceEstimate