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

/src/libraries/mne/c/mne_surface_or_volume.cpp line 3449 Code: printf("Triangle file : "); for (c = fgetc(fp); c != '\n'; c = fgetc(fp)) { if (c == EOF) { //

/src/libraries/mne/c/mne_surface_or_volume.cpp line 3729 Code: int MneSurfaceOrVolume::check_quad(float **rr) { float diff[3]; float size; int k; return OK; for (k = 0; k < 4; k++) { //

/src/testframes/test_utils_circularbuffer/test_utils_circularbuffer.cpp line 111 Code : QVERIFY(resultVal == testVal); for (int i = 0; i < 3; ++i){ QVERIFY(resultArray[i] == resultArray[i]); //

This plugin interacts with the Fieldline's Python api directly. To do: - [ ] build bridge with python methods. - [ ] verify non-dependence on python environments. - [x] finish...

Plugin for testing that creates a signal as an output. Currently only magnetometers, and all settings are defined before start. Modes: - Random noise: ![random](https://user-images.githubusercontent.com/34070103/223182633-8848b133-fa5b-4b78-b33c-7835865cc482.png) - Zero: ![zero](https://user-images.githubusercontent.com/34070103/223182653-71643993-4d51-437f-b721-be6e3234bf72.png) - Wave:...

First attempt at a script to generate a pdf based on the GitHub Pages page. First we clean up some jekyll and html content in the files and then use...

With all the talk of playback in today's meeting, I figured I'd try to add playback from a file, mostly for testing purposes. ![playback](https://user-images.githubusercontent.com/34070103/234665071-a0d1b610-a2f9-4948-9b6e-981e07f1d028.png) Currently supports: - Streaming from a...

Hi, before I get dirty :D I wanted to ask if there are any possible complications foreseen in advance to compile on apple silicon? Thanks

There is still a bit to do, but this might end up being useful. Need to specify still quite a few parameters from the config window: 1. - s freq...

still a lot of things to do. initial time-frequency plugin *this includes a barebones random data plugin to be able to see functionality. Needs: - this needs channel selection working....