From ce32c8885b36d33a333112a55aa533e2310d63e7 Mon Sep 17 00:00:00 2001 From: payam Date: Mon, 8 Jun 2026 12:47:43 +0200 Subject: [PATCH 1/2] Add MNE-RT to related software ecosystem and roadmap --- doc/development/roadmap.rst | 4 ++++ doc/links.inc | 1 + doc/sphinxext/related_software.py | 1 + doc/sphinxext/related_software.txt | 1 + 4 files changed, 7 insertions(+) diff --git a/doc/development/roadmap.rst b/doc/development/roadmap.rst index bab992d89d4..a608062a135 100644 --- a/doc/development/roadmap.rst +++ b/doc/development/roadmap.rst @@ -151,6 +151,10 @@ montage and reference setting, and online averaging. Integration with standard MNE-Python plotting routines (evoked joint plots, topomaps, etc.) should be supported with continuous updating. +For closed-loop applications such as neurofeedback and BCI, `MNE-RT`_ builds on +MNE-LSL and MNE-Python to provide real-time feature extraction, adaptive protocols, +artifact correction, and live visualisation in a single researcher-friendly API. + Clustering statistics API ^^^^^^^^^^^^^^^^^^^^^^^^^ The current clustering statistics code has limited functionality. It should be diff --git a/doc/links.inc b/doc/links.inc index 8538f4050c0..95fab1b1bf5 100644 --- a/doc/links.inc +++ b/doc/links.inc @@ -20,6 +20,7 @@ .. _`MNE-HCP`: http://mne.tools/mne-hcp .. _`MNE-Realtime`: https://mne.tools/mne-realtime .. _`MNE-LSL`: https://mne.tools/mne-lsl +.. _`MNE-RT`: https://payamsash.github.io/mne-rt/ .. _`MNE-gui-addons`: https://mne.tools/mne-gui-addons .. _`MNE-MATLAB`: https://github.com/mne-tools/mne-matlab .. _`MNE-Docker`: https://github.com/mne-tools/mne-docker diff --git a/doc/sphinxext/related_software.py b/doc/sphinxext/related_software.py index d1c29f74446..8c3bb8ef74b 100644 --- a/doc/sphinxext/related_software.py +++ b/doc/sphinxext/related_software.py @@ -36,6 +36,7 @@ PYPI_PACKAGES = { "cross-domain-saliency-maps", "meggie", + "mne-rt", "niseq", "sesameeg", "mne-kit-gui", # moved to its own env in the installers diff --git a/doc/sphinxext/related_software.txt b/doc/sphinxext/related_software.txt index fea75e73029..7636a9893cb 100644 --- a/doc/sphinxext/related_software.txt +++ b/doc/sphinxext/related_software.txt @@ -21,6 +21,7 @@ mne-lsl mne-microstates mne-nirs mne-rsa +mne-rt mnelab neurodsp neurokit2 From bcd56412a48c220cc8e64b00a3362745d59d65ab Mon Sep 17 00:00:00 2001 From: Payam Date: Tue, 9 Jun 2026 08:36:31 +0200 Subject: [PATCH 2/2] Update doc/sphinxext/related_software.py Co-authored-by: Eric Larson --- doc/sphinxext/related_software.py | 1 - 1 file changed, 1 deletion(-) diff --git a/doc/sphinxext/related_software.py b/doc/sphinxext/related_software.py index 8c3bb8ef74b..d1c29f74446 100644 --- a/doc/sphinxext/related_software.py +++ b/doc/sphinxext/related_software.py @@ -36,7 +36,6 @@ PYPI_PACKAGES = { "cross-domain-saliency-maps", "meggie", - "mne-rt", "niseq", "sesameeg", "mne-kit-gui", # moved to its own env in the installers