https://github.com/alexrockhill/mne-python

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

https://github.com/alexrockhill/mne-python

Science Score: 23.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
  • .zenodo.json file
  • DOI references
    Found 3 DOI reference(s) in README
  • Academic publication links
    Links to: zenodo.org
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (16.1%) to scientific vocabulary
Last synced: 10 months ago · JSON representation

Repository

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

Basic Info
  • Host: GitHub
  • Owner: alexrockhill
  • License: bsd-3-clause
  • Language: Python
  • Default Branch: master
  • Homepage: http://martinos.org/mne/
  • Size: 152 MB
Statistics
  • Stars: 0
  • Watchers: 2
  • Forks: 0
  • Open Issues: 0
  • Releases: 0
Fork of mne-tools/mne-python
Created over 7 years ago · Last pushed about 2 years ago
Metadata Files
Readme Contributing License Security

README.rst

.. -*- mode: rst -*-

|GH-Linux|_ |GH-macOS|_ |Azure|_ |Circle|_ |Codecov|_ |PyPI|_ |conda-forge|_ |Zenodo|_

|MNE|_

.. |GH-Linux| image:: https://github.com/mne-tools/mne-python/workflows/linux%20/%20conda/badge.svg?branch=main
.. _GH-Linux: https://github.com/mne-tools/mne-python/actions?query=branch:main+event:push

.. |GH-macOS| image:: https://github.com/mne-tools/mne-python/workflows/macos%20/%20conda/badge.svg?branch=main
.. _GH-macOS: https://github.com/mne-tools/mne-python/actions?query=branch:main+event:push

.. |Azure| image:: https://dev.azure.com/mne-tools/mne-python/_apis/build/status/mne-tools.mne-python?branchName=main
.. _Azure: https://dev.azure.com/mne-tools/mne-python/_build/latest?definitionId=1&branchName=main

.. |Circle| image:: https://circleci.com/gh/mne-tools/mne-python.svg?style=shield
.. _Circle: https://circleci.com/gh/mne-tools/mne-python

.. |Codecov| image:: https://codecov.io/gh/mne-tools/mne-python/branch/main/graph/badge.svg
.. _Codecov: https://codecov.io/gh/mne-tools/mne-python

.. |PyPI| image:: https://img.shields.io/pypi/dm/mne.svg?label=PyPI%20downloads
.. _PyPI: https://pypi.org/project/mne/

.. |conda-forge| image:: https://img.shields.io/conda/dn/conda-forge/mne.svg?label=Conda%20downloads
.. _conda-forge: https://anaconda.org/conda-forge/mne

.. |Zenodo| image:: https://zenodo.org/badge/DOI/10.5281/zenodo.592483.svg
.. _Zenodo: https://doi.org/10.5281/zenodo.592483

.. |MNE| image:: https://mne.tools/stable/_static/mne_logo.svg
.. _MNE: https://mne.tools/dev/

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.


Installing MNE-Python
^^^^^^^^^^^^^^^^^^^^^

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

.. code-block:: bash

    pip install -U 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

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:

.. code-block:: bash

    pip install -U https://github.com/mne-tools/mne-python/archive/main.zip

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

.. code-block:: bash

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

Alternatively, you can also download a
`zip file of the latest development version `__.


Dependencies
^^^^^^^^^^^^

The minimum required dependencies to run MNE-Python are:

- Python >= 3.6
- NumPy >= 1.15.4
- SciPy >= 1.1.0

For full functionality, some functions require:

- Matplotlib >= 3.0.3
- Scikit-learn >= 0.20.2
- Numba >= 0.40
- NiBabel >= 2.1.0
- Pandas >= 0.23.4
- Picard >= 0.3
- CuPy >= 4.0 (for NVIDIA CUDA acceleration)
- DIPY >= 0.10.1
- Imageio >= 2.6.1
- PyVista >= 0.24
- pyvistaqt >= 0.2.0
- mffpy >= 0.5.7

Contributing to MNE-Python
^^^^^^^^^^^^^^^^^^^^^^^^^^

Please see the documentation on the MNE-Python homepage:

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


Forum
^^^^^^

https://mne.discourse.group


Licensing
^^^^^^^^^

MNE-Python is **BSD-licenced** (3 clause):

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

    Copyright (c) 2011-2019, 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.**


.. _MNE-Python software: https://mne.tools/dev/
.. _MNE documentation: https://mne.tools/dev/overview/index.html
.. _installation guide: https://mne.tools/dev/install/index.html
.. _pip: https://pip.pypa.io/en/stable/

Owner

  • Name: Alex Rockhill
  • Login: alexrockhill
  • Kind: user
  • Location: Eugene, OR
  • Company: University of Oregon

Graduate Student in the Swann Lab

GitHub Events

Total
Last Year

Dependencies

.github/workflows/circle_artifacts.yml actions
  • larsoner/circleci-artifacts-redirector-action master composite
.github/workflows/codespell_and_flake.yml actions
  • GuillaumeFavelier/actions-codespell feat/quiet_level composite
  • actions/checkout v2 composite
  • actions/setup-python v2 composite
  • rbialon/flake8-annotations v1 composite
.github/workflows/compat_minimal.yml actions
  • actions/cache v2 composite
  • actions/checkout v2 composite
  • codecov/codecov-action v1 composite
  • conda-incubator/setup-miniconda v2 composite
  • mstachniuk/ci-skip master composite
.github/workflows/compat_old.yml actions
  • actions/cache v2 composite
  • actions/checkout v2 composite
  • codecov/codecov-action v1 composite
  • conda-incubator/setup-miniconda v2 composite
  • mstachniuk/ci-skip master composite
.github/workflows/linux_conda.yml actions
  • actions/cache v2 composite
  • actions/checkout v2 composite
  • codecov/codecov-action v1 composite
  • conda-incubator/setup-miniconda v2 composite
  • mstachniuk/ci-skip master composite
.github/workflows/linux_pip.yml actions
  • actions/cache v2 composite
  • actions/checkout v2 composite
  • actions/setup-python v2 composite
  • codecov/codecov-action v1 composite
  • mstachniuk/ci-skip master composite
.github/workflows/macos_conda.yml actions
  • actions/cache v2 composite
  • actions/checkout v2 composite
  • codecov/codecov-action v1 composite
  • conda-incubator/setup-miniconda v2 composite
  • mstachniuk/ci-skip master composite
environment.yml conda
  • dipy
  • h5py
  • imageio
  • imageio-ffmpeg >=0.4.1
  • joblib
  • jupyter
  • matplotlib
  • mayavi
  • mffpy >=0.5.7
  • mne
  • nibabel
  • nilearn
  • numba
  • numexpr
  • numpy
  • pandas
  • pillow
  • pip
  • psutil
  • pyface
  • pyqt
  • pysurfer
  • python >=3.8
  • python-picard
  • pyvista >=0.24
  • pyvistaqt >=0.2.0
  • scikit-learn
  • scipy
  • spyder-kernels >=1.10.0
  • statsmodels
  • tqdm
  • traits
  • traitsui
  • vtk >=9.0.1
  • xlrd
requirements.txt pypi
  • PySurfer *
  • dipy *
  • h5py *
  • imageio >=2.6.1
  • imageio-ffmpeg >=0.4.1
  • joblib *
  • jupyter *
  • matplotlib *
  • mayavi *
  • mffpy >=0.5.7
  • nibabel *
  • nilearn *
  • numba *
  • numexpr *
  • numpy >=1.15.4
  • pandas *
  • psutil *
  • pyqt5 >=5.10
  • pyqt5 >=5.10,
  • pyqt5 >=5.10,<5.14
  • pyqt5-sip *
  • python-picard *
  • pyvista >=0.24
  • pyvistaqt >=0.2.0
  • scikit-learn *
  • scipy >=1.1.0
  • sip *
  • statsmodels *
  • tqdm *
  • vtk <8.2
  • vtk *
  • xlrd *
requirements_doc.txt pypi
  • memory_profiler *
  • neo *
  • seaborn *
  • sphinx *
  • sphinx-gallery *
  • sphinx_fontawesome *
  • sphinxcontrib-bibtex ==2.0.0
requirements_testing.txt pypi
  • check-manifest * test
  • codespell * test
  • flake8 * test
  • flake8-array-spacing * test
  • numpydoc * test
  • pydocstyle * test
  • pytest * test
  • pytest-cov * test
  • pytest-harvest * test
  • pytest-timeout * test
  • sphinx-gallery * test
  • twine * test
  • wheel * test