mne-cpp
mne-cpp copied to clipboard
MNE-CPP: A Framework for Electrophysiology
I think it would be worth taking a look at a tool guaranteeing consistent formatting such as: https://clang.llvm.org/docs/ClangFormat.html. You can integrate it into QtCreator and VSStudio, see https://doc.qt.io/qtcreator/creator-beautifier.html.
Based on a discussion in #902 with @gabrielbmotta and @juangpc. IMO the preamble should only feature the authors and the copyright note. This is similar to what mne-python does (see...
Can these codecov messages be hidden/the deactivated somehow? They make reviewing harder.
Porting: - Forward Solution plugin - Source Localization Plugin - single trial - [WIP] avg Adding MNE Analyze Data Models: - Fwd Solution - Source Localization Display: - [WIP] 3d...
Deleting the QSharedDataPointer causes a segfault when later dereferencing *m_eeg_forward_grad.data()/*m_meg_forward_grad.data() in the call of compute_forward_eeg/compute_forward_meg. There might be a way to fix this while still deleting the (basically empty) object...
error: comparison between two arrays is deprecated in C++20 [-Werror=array-compare]
Hello, We have found a plugin named "Source Localization" in the mne_scan program, but there is no corresponding implementation in the code. I would like to know if there is...