BEst Brainstorm — Python Wrapper ()
Python wrapper for Brainstorm's Matlab BEst module, which localises epileptic activity by fusing surface EEG/MEG measurements into 3D brain coordinates. Open-source, and adopted by researchers outside the lab.
Built during a 4-month research internship at the MultiFunkIm laboratory, McGill University. The problem BEst is a reference tool, but it lives in Matlab. Researchers working in Python couldn't use it without leaving their environment. What I did • A bridge between the two ecosystems, behind a clean API: BEst becomes usable without leaving Python • Improved the underlying mathematical models for accuracy and speed • Reworked the graphical interface The result The code is published at github.com/multifunkim/best-python. External contributions have been merged: the project outlived the internship.
Technologies
- Matlab / Simulink
- Python