mne-cpp icon indicating copy to clipboard operation
mne-cpp copied to clipboard

MNE-CPP: A Framework for Electrophysiology

Results 87 mne-cpp issues
Sort by recently updated
recently updated
newest added

Add wizards for: - MNE Scan plugins - Libraries

@johaenns Triggers are not received from the Trigger adapter (connected to a PC) connected to the eego in MNE scan The command window from MNE scan regarding the triggers shows...

Replace fiff data types like fiff_int_t with QT data types. They were introduced for cross platform use, but nowadays this is provided by QT.

Similar to what we tried to do in PR #450 , it would be good to find a way to not run code tests on changes to the website

"Start recording" button should change its name to "Stop recording" once clicked. This needs to be changed for all MNE Scan plugins which are able to record data, see below....

good first issue

Implement routines to load the edf file format and convert it to fiff structure.

The MNE library is great, but outputs a lot of messages, such as reading status etc. Could a mechanism be added to control this? The simplest would probably be to...

Make sure that meta information in start_writing_raw is copied even when reading from TCP Socket.

Hello, We are building an EEG data visualiser, we have our own app capturing the LSL data, and wants to use MNE-CPP to process event signals (P300 and N170 specifically)....

/src/libraries/connectivity/network/network.cpp: line 361 Code: void Network::setFrequencyRange(float fLowerFreq, float fUpperFreq) { if(fLowerFreq > fUpperFreq || fUpperFreq < fLowerFreq) { //