Metadata-Version: 2.1
Name: eeg-positions
Version: 2.0.0
Summary: Compute and plot standard EEG electrode positions.
Home-page: https://github.com/sappelhoff/eeg_positions
Author: Stefan Appelhoff
Maintainer: Stefan Appelhoff
Maintainer-email: stefan.appelhoff@mailbox.org
License: BSD-3-Clause
Project-URL: Bug Reports, https://github.com/sappelhoff/eeg_positions/issues
Project-URL: Source, https://github.com/sappelhoff/eeg_positions
Description: [![DOI](https://zenodo.org/badge/136149692.svg)](https://zenodo.org/badge/latestdoi/136149692) [![Python build and test and deploy](https://github.com/sappelhoff/eeg_positions/workflows/Python%20build%20and%20test%20and%20deploy/badge.svg)](https://github.com/sappelhoff/eeg_positions/actions?query=workflow%3A%22Python+build+and+test+and+deploy%22) [![Coverage](https://codecov.io/gh/sappelhoff/eeg_positions/branch/master/graph/badge.svg)](https://codecov.io/gh/sappelhoff/eeg_positions) [![Latest PyPI release](https://img.shields.io/pypi/v/eeg_positions.svg)](https://pypi.org/project/eeg_positions/)
        
        # eeg_positions
        
        Compute and plot standard EEG electrode positions.
        
        Please see the [**Documentation**](https://stefanappelhoff.com/eeg_positions/).
        
        # Quickstart
        
        There are two common ways to make use of this repository:
        
        1. Go to the `data/` directory and download the EEG electrode position files you need
           (see the [README](./data/README.md) there).
        
        1. Use `eeg_positions` as a Python package (install through `pip install eeg_positions`),
           and then obtain the EEG electrode positions through the `get_elec_coords` function.
           See the [Examples](https://stefanappelhoff.com/eeg_positions/auto_examples/index.html)
           and [API documentation](https://stefanappelhoff.com/eeg_positions/api.html)
        
        # Cite
        
        If you find this repository useful and want to cite it in your work, please go
        to the [Zenodo record](https://doi.org/10.5281/zenodo.3718568) and obtain the
        appropriate citation from the *"Cite as"* section there.
        
        
Keywords: EEG electrodes coordinates positions neuroscience
Platform: any
Classifier: Topic :: Scientific/Engineering
Classifier: Intended Audience :: Science/Research
Classifier: Development Status :: 5 - Production/Stable
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: POSIX :: Linux
Classifier: Operating System :: Unix
Classifier: Operating System :: MacOS
Classifier: Operating System :: Microsoft :: Windows
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Requires-Python: >=3.7
Description-Content-Type: text/markdown
Provides-Extra: dev
