From 1fd7732a36326245505401cfa321885aa4da5d2b Mon Sep 17 00:00:00 2001 From: Lukas Hecker <41636040+LukeTheHecker@users.noreply.github.com> Date: Tue, 20 Dec 2022 04:43:33 +0100 Subject: [PATCH] Replaced package mention ESINet by invertmeeg In your list of MNE-friendly packages I replaced my former package ESINet with my updated package "invertmeeg" which implements various EEG inverse solutions. ESINet is replaced since all features are now available in the new package as well. The package utilizes many mne-python objects like Evoked, Raw, Epochs, Forward, SourceEstimate etc., wherefore I think my package may be of interest to the community. Keep up the good work! -Lukas --- doc/install/mne_tools_suite.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/install/mne_tools_suite.rst b/doc/install/mne_tools_suite.rst index 0782c5c6e87..c9126e5c012 100644 --- a/doc/install/mne_tools_suite.rst +++ b/doc/install/mne_tools_suite.rst @@ -63,7 +63,7 @@ MNE-Python, including packages for: - automatic multi-dipole localization and uncertainty quantification with the Bayesian algorithm SESAME (`sesameeg`_) - GLM and group level analysis of near-infrared spectroscopy data (`mne-nirs`_) -- M/EEG inverse solutions using artificial neural networks (`ESINet`_) +- High-level EEG Python library for all kinds of EEG inverse solutions (`invertmeeg`_) - All-Resolutions Inference (ARI) for statistically valid circular inference and effect localization (`MNE-ARI`_) @@ -110,5 +110,5 @@ Help with installation is available through the `MNE Forum`_. See the .. _pyprep: https://github.com/sappelhoff/pyprep .. _sesameeg: https://pybees.github.io/sesameeg .. _mne-nirs: https://github.com/mne-tools/mne-nirs -.. _ESINet: https://github.com/LukeTheHecker/ESINet +.. _invertmeeg: https://github.com/LukeTheHecker/invert .. _MNE-ARI: https://github.com/john-veillette/mne_ari