Navigation Menu

Skip to content

hoechenberger/mne-python

 
 

Repository files navigation

PyPI_ conda-forge_ Zenodo_ Discourse_ Codecov_ Bandit_ OpenSSF_

MNE_

MNE-Python

MNE-Python software is an open-source Python package for exploring, visualizing, and analyzing human neurophysiological data such as MEG, EEG, sEEG, ECoG, and more. It includes modules for data input/output, preprocessing, visualization, source estimation, time-frequency analysis, connectivity analysis, machine learning, and statistics.

Documentation

MNE documentation for MNE-Python is available online.

Forum

Our user forum is https://mne.discourse.group and is the best place to ask questions about MNE-Python usage or about the contribution process. It also includes job opportunities and other announcements.

Installing MNE-Python

To install the latest stable version of MNE-Python, you can use pip in a terminal:

$ pip install --upgrade mne
  • MNE-Python 0.17 was the last release to support Python 2.7
  • MNE-Python 0.18 requires Python 3.5 or higher
  • MNE-Python 0.21 requires Python 3.6 or higher
  • MNE-Python 0.24 requires Python 3.7 or higher
  • MNE-Python 1.4 requires Python 3.8 or higher

For more complete instructions and more advanced installation methods (e.g. for the latest development version), see the installation guide.

Get the latest code

To install the latest version of the code using pip open a terminal and type:

$ pip install --upgrade git+https://github.com/mne-tools/mne-python@main

To get the latest code using git, open a terminal and type:

$ git clone https://github.com/mne-tools/mne-python.git

Dependencies

The minimum required dependencies to run MNE-Python are:

  • Python >= 3.8
  • NumPy >= 1.21.2
  • SciPy >= 1.7.1
  • Matplotlib >= 3.4.3
  • pooch >= 1.5
  • tqdm
  • Jinja2
  • decorator
  • lazy_loader

For full functionality, some functions require:

  • Scikit-learn >= 1.0
  • joblib >= 0.15 (for parallelization control)
  • mne-qt-browser >= 0.1 (for fast raw data visualization)
  • Qt5 >= 5.12 via one of the following bindings (for fast raw data visualization and interactive 3D visualization):
    • PyQt6 >= 6.0
    • PySide6 >= 6.0
    • PyQt5 >= 5.12
    • PySide2 >= 5.12
  • Numba >= 0.54.0
  • NiBabel >= 3.2.1
  • OpenMEEG >= 2.5.6
  • Pandas >= 1.3.2
  • Picard >= 0.3
  • CuPy >= 9.0.0 (for NVIDIA CUDA acceleration)
  • DIPY >= 1.4.0
  • Imageio >= 2.8.0
  • PyVista >= 0.32 (for 3D visualization)
  • pyvistaqt >= 0.4 (for 3D visualization)
  • mffpy >= 0.5.7
  • h5py
  • h5io
  • pymatreader

Contributing to MNE-Python

Please see the documentation on the MNE-Python homepage:

https://mne.tools/dev/install/contributing.html

Licensing

MNE-Python is BSD-licenced (BSD-3-Clause):

This software is OSI Certified Open Source Software. OSI Certified is a certification mark of the Open Source Initiative.

Copyright (c) 2011-2022, authors of MNE-Python. All rights reserved.

Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:

  • Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
  • Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.
  • Neither the names of MNE-Python authors nor the names of any contributors may be used to endorse or promote products derived from this software without specific prior written permission.

This software is provided by the copyright holders and contributors "as is" and any express or implied warranties, including, but not limited to, the implied warranties of merchantability and fitness for a particular purpose are disclaimed. In no event shall the copyright owner or contributors be liable for any direct, indirect, incidental, special, exemplary, or consequential damages (including, but not limited to, procurement of substitute goods or services; loss of use, data, or profits; or business interruption) however caused and on any theory of liability, whether in contract, strict liability, or tort (including negligence or otherwise) arising in any way out of the use of this software, even if advised of the possibility of such damage.

About

MNE : Magnetoencephalography (MEG) and Electroencephalography (EEG) in Python

Resources

License

Security policy

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 99.4%
  • Csound Document 0.2%
  • Shell 0.2%
  • Jinja 0.1%
  • JavaScript 0.1%
  • Makefile 0.0%