mne


Namemne JSON
Version 1.6.1 PyPI version JSON
download
home_page
SummaryMNE-Python project for MEG and EEG data analysis.
upload_time2024-01-16 18:38:57
maintainer
docs_urlNone
author
requires_python>=3.8
licenseBSD-3-Clause
keywords neuroscience neuroimaging meg eeg ecog fnirs brain
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage
            .. -*- mode: rst -*-

|MNE|_

MNE-Python
==========

MNE-Python 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, statistics, and more.


Documentation
^^^^^^^^^^^^^

`Documentation`_ for MNE-Python encompasses installation instructions, tutorials,
and examples for a wide variety of topics, contributing guidelines, and an API
reference.


Forum
^^^^^^

The `user forum`_ is the best place to ask questions about MNE-Python usage or
the contribution process. The forum also features job opportunities and other
announcements.

If you find a bug or have an idea for a new feature that should be added to
MNE-Python, please use the
`issue tracker <https://github.com/mne-tools/mne-python/issues/new/choose>`__ of
our GitHub repository.


Installation
^^^^^^^^^^^^

To install the latest stable version of MNE-Python with minimal dependencies
only, use pip_ in a terminal:

.. code-block:: console

    $ pip install --upgrade mne

The current MNE-Python release requires Python 3.8 or higher. MNE-Python 0.17
was the last release to support Python 2.7.

For more complete instructions, including our standalone installers and more
advanced installation methods, please refer to the `installation guide`_.


Get the development version
^^^^^^^^^^^^^^^^^^^^^^^^^^^

To install the latest development version of MNE-Python using pip_, open a
terminal and type:

.. code-block:: console

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

To clone the repository with `git <https://git-scm.com/>`__, open a terminal
and type:

.. code-block:: console

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


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

The minimum required dependencies to run MNE-Python are:

- `Python <https://www.python.org>`__ ≥ 3.8
- `NumPy <https://numpy.org>`__ ≥ 1.21.2
- `SciPy <https://scipy.org>`__ ≥ 1.7.1
- `Matplotlib <https://matplotlib.org>`__ ≥ 3.5.0
- `Pooch <https://www.fatiando.org/pooch/latest/>`__ ≥ 1.5
- `tqdm <https://tqdm.github.io>`__
- `Jinja2 <https://palletsprojects.com/p/jinja/>`__
- `decorator <https://github.com/micheles/decorator>`__
- `lazy_loader <https://pypi.org/project/lazy_loader/>`__

For full functionality, some functions require:

- `scikit-learn <https://scikit-learn.org/stable/>`__ ≥ 1.0
- `Joblib <https://joblib.readthedocs.io/en/latest/index.html>`__ ≥ 0.15 (for parallelization)
- `mne-qt-browser <https://github.com/mne-tools/mne-qt-browser>`__ ≥ 0.1 (for fast raw data visualization)
- `Qt <https://www.qt.io>`__ ≥ 5.12 via one of the following bindings (for fast raw data visualization and interactive 3D visualization):

  - `PyQt6 <https://www.riverbankcomputing.com/software/pyqt/>`__ ≥ 6.0
  - `PySide6 <https://doc.qt.io/qtforpython-6/>`__ ≥ 6.0
  - `PyQt5 <https://www.riverbankcomputing.com/software/pyqt/>`__ ≥ 5.12
  - `PySide2 <https://doc.qt.io/qtforpython-6/gettingstarted/porting_from2.html>`__ ≥ 5.12

- `Numba <https://numba.pydata.org>`__ ≥ 0.54.0
- `NiBabel <https://nipy.org/nibabel/>`__ ≥ 3.2.1
- `OpenMEEG <https://openmeeg.github.io>`__ ≥ 2.5.6
- `pandas <https://pandas.pydata.org>`__ ≥ 1.3.2
- `Picard <https://pierreablin.github.io/picard/>`__ ≥ 0.3
- `CuPy <https://cupy.dev>`__ ≥ 9.0.0 (for NVIDIA CUDA acceleration)
- `DIPY <https://dipy.org>`__ ≥ 1.4.0
- `imageio <https://imageio.readthedocs.io/en/stable/>`__ ≥ 2.8.0
- `PyVista <https://pyvista.org>`__ ≥ 0.32 (for 3D visualization)
- `PyVistaQt <https://qtdocs.pyvista.org>`__ ≥ 0.4 (for 3D visualization)
- `mffpy <https://github.com/BEL-Public/mffpy>`__ ≥ 0.5.7
- `h5py <https://www.h5py.org>`__
- `h5io <https://github.com/h5io/h5io>`__
- `pymatreader <https://pymatreader.readthedocs.io/en/latest/>`__


Contributing
^^^^^^^^^^^^

Please see the `contributing guidelines <https://mne.tools/dev/development/contributing.html>`__ on our documentation website.


About
^^^^^

+---------+------------+----------------+
| CI      | |Codecov|_ | |Bandit|_      |
+---------+------------+----------------+
| Package | |PyPI|_    | |conda-forge|_ |
+---------+------------+----------------+
| Docs    | |Docs|_    | |Discourse|_   |
+---------+------------+----------------+
| Meta    | |Zenodo|_  | |OpenSSF|_     |
+---------+------------+----------------+


License
^^^^^^^

MNE-Python is **BSD-licensed** (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.**


.. _Documentation: https://mne.tools/dev/
.. _user forum: https://mne.discourse.group
.. _installation guide: https://mne.tools/dev/install/index.html
.. _pip: https://pip.pypa.io/en/stable/

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

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

.. |Docs| image:: https://img.shields.io/badge/Docs-online-green?label=Documentation
.. _Docs: https://mne.tools/dev/

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

.. |Discourse| image:: https://img.shields.io/discourse/status?label=Forum&server=https%3A%2F%2Fmne.discourse.group%2F
.. _Discourse: https://mne.discourse.group/

.. |Codecov| image:: https://img.shields.io/codecov/c/github/mne-tools/mne-python?label=Coverage
.. _Codecov: https://codecov.io/gh/mne-tools/mne-python

.. |Bandit| image:: https://img.shields.io/badge/Security-Bandit-yellow.svg
.. _Bandit: https://github.com/PyCQA/bandit

.. |OpenSSF| image:: https://www.bestpractices.dev/projects/7783/badge
.. _OpenSSF: https://www.bestpractices.dev/projects/7783

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

            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "mne",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": "Dan McCloy <dan@mccloy.info>",
    "keywords": "neuroscience,neuroimaging,MEG,EEG,ECoG,fNIRS,brain",
    "author": "",
    "author_email": "Alexandre Gramfort <alexandre.gramfort@inria.fr>",
    "download_url": "https://files.pythonhosted.org/packages/3b/c9/87d3923d4bd34ac9709886609b4ada887fa9aaf490aafc55efbd20fd66f8/mne-1.6.1.tar.gz",
    "platform": null,
    "description": ".. -*- mode: rst -*-\n\n|MNE|_\n\nMNE-Python\n==========\n\nMNE-Python is an open-source Python package for exploring,\nvisualizing, and analyzing human neurophysiological data such as MEG, EEG, sEEG,\nECoG, and more. It includes modules for data input/output, preprocessing,\nvisualization, source estimation, time-frequency analysis, connectivity analysis,\nmachine learning, statistics, and more.\n\n\nDocumentation\n^^^^^^^^^^^^^\n\n`Documentation`_ for MNE-Python encompasses installation instructions, tutorials,\nand examples for a wide variety of topics, contributing guidelines, and an API\nreference.\n\n\nForum\n^^^^^^\n\nThe `user forum`_ is the best place to ask questions about MNE-Python usage or\nthe contribution process. The forum also features job opportunities and other\nannouncements.\n\nIf you find a bug or have an idea for a new feature that should be added to\nMNE-Python, please use the\n`issue tracker <https://github.com/mne-tools/mne-python/issues/new/choose>`__ of\nour GitHub repository.\n\n\nInstallation\n^^^^^^^^^^^^\n\nTo install the latest stable version of MNE-Python with minimal dependencies\nonly, use pip_ in a terminal:\n\n.. code-block:: console\n\n    $ pip install --upgrade mne\n\nThe current MNE-Python release requires Python 3.8 or higher. MNE-Python 0.17\nwas the last release to support Python 2.7.\n\nFor more complete instructions, including our standalone installers and more\nadvanced installation methods, please refer to the `installation guide`_.\n\n\nGet the development version\n^^^^^^^^^^^^^^^^^^^^^^^^^^^\n\nTo install the latest development version of MNE-Python using pip_, open a\nterminal and type:\n\n.. code-block:: console\n\n    $ pip install --upgrade git+https://github.com/mne-tools/mne-python@main\n\nTo clone the repository with `git <https://git-scm.com/>`__, open a terminal\nand type:\n\n.. code-block:: console\n\n    $ git clone https://github.com/mne-tools/mne-python.git\n\n\nDependencies\n^^^^^^^^^^^^\n\nThe minimum required dependencies to run MNE-Python are:\n\n- `Python <https://www.python.org>`__ \u2265 3.8\n- `NumPy <https://numpy.org>`__ \u2265 1.21.2\n- `SciPy <https://scipy.org>`__ \u2265 1.7.1\n- `Matplotlib <https://matplotlib.org>`__ \u2265 3.5.0\n- `Pooch <https://www.fatiando.org/pooch/latest/>`__ \u2265 1.5\n- `tqdm <https://tqdm.github.io>`__\n- `Jinja2 <https://palletsprojects.com/p/jinja/>`__\n- `decorator <https://github.com/micheles/decorator>`__\n- `lazy_loader <https://pypi.org/project/lazy_loader/>`__\n\nFor full functionality, some functions require:\n\n- `scikit-learn <https://scikit-learn.org/stable/>`__ \u2265 1.0\n- `Joblib <https://joblib.readthedocs.io/en/latest/index.html>`__ \u2265 0.15 (for parallelization)\n- `mne-qt-browser <https://github.com/mne-tools/mne-qt-browser>`__ \u2265 0.1 (for fast raw data visualization)\n- `Qt <https://www.qt.io>`__ \u2265 5.12 via one of the following bindings (for fast raw data visualization and interactive 3D visualization):\n\n  - `PyQt6 <https://www.riverbankcomputing.com/software/pyqt/>`__ \u2265 6.0\n  - `PySide6 <https://doc.qt.io/qtforpython-6/>`__ \u2265 6.0\n  - `PyQt5 <https://www.riverbankcomputing.com/software/pyqt/>`__ \u2265 5.12\n  - `PySide2 <https://doc.qt.io/qtforpython-6/gettingstarted/porting_from2.html>`__ \u2265 5.12\n\n- `Numba <https://numba.pydata.org>`__ \u2265 0.54.0\n- `NiBabel <https://nipy.org/nibabel/>`__ \u2265 3.2.1\n- `OpenMEEG <https://openmeeg.github.io>`__ \u2265 2.5.6\n- `pandas <https://pandas.pydata.org>`__ \u2265 1.3.2\n- `Picard <https://pierreablin.github.io/picard/>`__ \u2265 0.3\n- `CuPy <https://cupy.dev>`__ \u2265 9.0.0 (for NVIDIA CUDA acceleration)\n- `DIPY <https://dipy.org>`__ \u2265 1.4.0\n- `imageio <https://imageio.readthedocs.io/en/stable/>`__ \u2265 2.8.0\n- `PyVista <https://pyvista.org>`__ \u2265 0.32 (for 3D visualization)\n- `PyVistaQt <https://qtdocs.pyvista.org>`__ \u2265 0.4 (for 3D visualization)\n- `mffpy <https://github.com/BEL-Public/mffpy>`__ \u2265 0.5.7\n- `h5py <https://www.h5py.org>`__\n- `h5io <https://github.com/h5io/h5io>`__\n- `pymatreader <https://pymatreader.readthedocs.io/en/latest/>`__\n\n\nContributing\n^^^^^^^^^^^^\n\nPlease see the `contributing guidelines <https://mne.tools/dev/development/contributing.html>`__ on our documentation website.\n\n\nAbout\n^^^^^\n\n+---------+------------+----------------+\n| CI      | |Codecov|_ | |Bandit|_      |\n+---------+------------+----------------+\n| Package | |PyPI|_    | |conda-forge|_ |\n+---------+------------+----------------+\n| Docs    | |Docs|_    | |Discourse|_   |\n+---------+------------+----------------+\n| Meta    | |Zenodo|_  | |OpenSSF|_     |\n+---------+------------+----------------+\n\n\nLicense\n^^^^^^^\n\nMNE-Python is **BSD-licensed** (BSD-3-Clause):\n\n    This software is OSI Certified Open Source Software.\n    OSI Certified is a certification mark of the Open Source Initiative.\n\n    Copyright (c) 2011-2022, authors of MNE-Python.\n    All rights reserved.\n\n    Redistribution and use in source and binary forms, with or without\n    modification, are permitted provided that the following conditions are met:\n\n    * Redistributions of source code must retain the above copyright notice,\n      this list of conditions and the following disclaimer.\n\n    * Redistributions in binary form must reproduce the above copyright notice,\n      this list of conditions and the following disclaimer in the documentation\n      and/or other materials provided with the distribution.\n\n    * Neither the names of MNE-Python authors nor the names of any\n      contributors may be used to endorse or promote products derived from\n      this software without specific prior written permission.\n\n    **This software is provided by the copyright holders and contributors\n    \"as is\" and any express or implied warranties, including, but not\n    limited to, the implied warranties of merchantability and fitness for\n    a particular purpose are disclaimed. In no event shall the copyright\n    owner or contributors be liable for any direct, indirect, incidental,\n    special, exemplary, or consequential damages (including, but not\n    limited to, procurement of substitute goods or services; loss of use,\n    data, or profits; or business interruption) however caused and on any\n    theory of liability, whether in contract, strict liability, or tort\n    (including negligence or otherwise) arising in any way out of the use\n    of this software, even if advised of the possibility of such\n    damage.**\n\n\n.. _Documentation: https://mne.tools/dev/\n.. _user forum: https://mne.discourse.group\n.. _installation guide: https://mne.tools/dev/install/index.html\n.. _pip: https://pip.pypa.io/en/stable/\n\n.. |PyPI| image:: https://img.shields.io/pypi/dm/mne.svg?label=PyPI\n.. _PyPI: https://pypi.org/project/mne/\n\n.. |conda-forge| image:: https://img.shields.io/conda/dn/conda-forge/mne.svg?label=Conda\n.. _conda-forge: https://anaconda.org/conda-forge/mne\n\n.. |Docs| image:: https://img.shields.io/badge/Docs-online-green?label=Documentation\n.. _Docs: https://mne.tools/dev/\n\n.. |Zenodo| image:: https://zenodo.org/badge/DOI/10.5281/zenodo.592483.svg\n.. _Zenodo: https://doi.org/10.5281/zenodo.592483\n\n.. |Discourse| image:: https://img.shields.io/discourse/status?label=Forum&server=https%3A%2F%2Fmne.discourse.group%2F\n.. _Discourse: https://mne.discourse.group/\n\n.. |Codecov| image:: https://img.shields.io/codecov/c/github/mne-tools/mne-python?label=Coverage\n.. _Codecov: https://codecov.io/gh/mne-tools/mne-python\n\n.. |Bandit| image:: https://img.shields.io/badge/Security-Bandit-yellow.svg\n.. _Bandit: https://github.com/PyCQA/bandit\n\n.. |OpenSSF| image:: https://www.bestpractices.dev/projects/7783/badge\n.. _OpenSSF: https://www.bestpractices.dev/projects/7783\n\n.. |MNE| image:: https://mne.tools/dev/_static/mne_logo_gray.svg\n.. _MNE: https://mne.tools/dev/\n",
    "bugtrack_url": null,
    "license": "BSD-3-Clause",
    "summary": "MNE-Python project for MEG and EEG data analysis.",
    "version": "1.6.1",
    "project_urls": {
        "Bug Tracker": "https://github.com/mne-tools/mne-python/issues/",
        "Documentation": "https://mne.tools/",
        "Download": "https://pypi.org/project/mne/#files",
        "Forum": "https://mne.discourse.group/",
        "Homepage": "https://mne.tools/",
        "Source Code": "https://github.com/mne-tools/mne-python/"
    },
    "split_keywords": [
        "neuroscience",
        "neuroimaging",
        "meg",
        "eeg",
        "ecog",
        "fnirs",
        "brain"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "793406151e860d86273afd7b2f2fef560783b4afc9e2601b333f008869fb606c",
                "md5": "85156b5406f8011e5cb66dd08cd4feed",
                "sha256": "4d36517c1eafd2399d8f1fbd62cf9416d8b2ec98cd65b1dfed2876c4220bf0f9"
            },
            "downloads": -1,
            "filename": "mne-1.6.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "85156b5406f8011e5cb66dd08cd4feed",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 8264921,
            "upload_time": "2024-01-16T18:38:53",
            "upload_time_iso_8601": "2024-01-16T18:38:53.130643Z",
            "url": "https://files.pythonhosted.org/packages/79/34/06151e860d86273afd7b2f2fef560783b4afc9e2601b333f008869fb606c/mne-1.6.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "3bc987d3923d4bd34ac9709886609b4ada887fa9aaf490aafc55efbd20fd66f8",
                "md5": "2abaf93cd9c7e8fef167975db8904e73",
                "sha256": "e4f5683d01cef675eddad788bdb6b44cc015dff0fb1ddfca3c4105edfb757ef8"
            },
            "downloads": -1,
            "filename": "mne-1.6.1.tar.gz",
            "has_sig": false,
            "md5_digest": "2abaf93cd9c7e8fef167975db8904e73",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 8367750,
            "upload_time": "2024-01-16T18:38:57",
            "upload_time_iso_8601": "2024-01-16T18:38:57.039324Z",
            "url": "https://files.pythonhosted.org/packages/3b/c9/87d3923d4bd34ac9709886609b4ada887fa9aaf490aafc55efbd20fd66f8/mne-1.6.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-01-16 18:38:57",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "mne-tools",
    "github_project": "mne-python",
    "travis_ci": false,
    "coveralls": true,
    "github_actions": true,
    "circle": true,
    "lcname": "mne"
}
        
Elapsed time: 0.16787s