mne-cpp
mne-cpp copied to clipboard
MNE-CPP: A Framework for Electrophysiology
Thanks to the porting done by @ag-fieldline, mne-cpp is Qt6 ready. With this change it might be a good time to revisit our minimum supported version of Qt 5 and...
I'm currently working on including SSS/tSSS MaxFiltering into a closed loop system using MNE (however, Python, not CPP). Is there currently any plan to integrate MaxFiltering into MNE-Scan? Would it...
This PR follows up on #884, cleans up some stuff and improves the documentation. Further, I tried to apply better mutexing in the hpi plugin.
This PR addresses issue #891. So far, I was not able to reproduce the issue using the FiffSimulator. Also investigated the influence of window size on error and gof and...
It seems like changing the window size used for the hpi fit during runtime has a negative effect on the fitting result. So far, I could not reproduce this using...
The Neurofeedbackplugin is just for the visualisation for a neurofeedback generated by the Classifier Plugin, which is developed by Jinlong Dong (TU Ilmenau). Currently we are preparing another Plugin for...
Update the version in MNE-CPP Class templates to represent the current release. 
A quick overview of the current state of plugins before we talk about this PR. ### __What is a Plugin in MNE-CPP?__ A plugin is a library that is loaded...
- Add new ScanCore class, based on AnalyeCore. - Separate plugin loading and measurement controls from main window -> now in ScanCore. - PluginManager and PluginSceneManager now initialized in ScanCore,...
Currently plugins are threads by virtue of the thread base class (All plugins inherit from either Sensor of Algorithm plugins, which in turn inherit from Abstract, which is, in main,...