Skip to content
Open
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions doc/development/roadmap.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions doc/links.inc
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions doc/sphinxext/related_software.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@
PYPI_PACKAGES = {
"cross-domain-saliency-maps",
"meggie",
"mne-rt",
Comment thread
payamsash marked this conversation as resolved.
Outdated
"niseq",
"sesameeg",
"mne-kit-gui", # moved to its own env in the installers
Expand Down
1 change: 1 addition & 0 deletions doc/sphinxext/related_software.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ mne-lsl
mne-microstates
mne-nirs
mne-rsa
mne-rt
mnelab
neurodsp
neurokit2
Expand Down