MNEPython
MNE-Python is an open-source library for processing magnetoencephalography (MEG) and electroencephalography (EEG) data in Python. It provides an end-to-end workflow for data import, preprocessing, analysis, and visualization, with a focus on reproducibility and interoperability with other scientific Python tools. The project is widely used in research and education to perform both sensor-space and source-space brain data analyses.
The library organizes data in core structures such as Raw for continuous data, Epochs for segmented trials,
Analytical capabilities cover a broad range of steps in MEG/EEG analysis. Preprocessing includes filtering, resampling, artifact
MNE-Python is built on NumPy, SciPy, and Matplotlib, and interoperates with NiBabel, Nilearn, and other neuroscience