EPIFOCUS#
- class invert.solvers.epifocus.SolverEPIFOCUS(name='EPIFOCUS', **kwargs)#
Class for the EPIFOCUS inverse solution [1].
References
[1] Menendez, R. G. D. P., Andino, S. G., Lantz, G., Michel, C. M., & Landis, T. (2001). Noninvasive localization of electromagnetic epileptic activity. I. Method descriptions and simulations. Brain topography, 14(2), 131-137.
- make_inverse_operator(forward, *args, alpha='auto', **kwargs)#
Calculate inverse operator.
- Parameters
forward (mne.Forward) – The mne-python Forward model instance.
alpha (float) – The regularization parameter.
- Returns
self
- Return type
object returns itself for convenience