eeg-positions


Nameeeg-positions JSON
Version 2.1.2 PyPI version JSON
download
home_pageNone
SummaryCompute and plot standard EEG electrode positions.
upload_time2024-12-11 10:33:50
maintainerNone
docs_urlNone
authoreeg_positions developers
requires_python>=3.9
licenseCopyright 2018 eeg_positions developers Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the “Software”), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
keywords 10-05 system 10-10 system 10-20 system eeg coordinate electrode electrophysiology location neuroscience position sensor xyz
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            [![Python build](https://github.com/sappelhoff/eeg_positions/workflows/Python%20build/badge.svg)](https://github.com/sappelhoff/eeg_positions/actions?query=workflow%3A%22Python+build%22)
[![Python tests](https://github.com/sappelhoff/eeg_positions/workflows/Python%20tests/badge.svg)](https://github.com/sappelhoff/eeg_positions/actions?query=workflow%3A%22Python+tests%22)
[![Test coverage](https://codecov.io/gh/sappelhoff/eeg_positions/branch/main/graph/badge.svg)](https://codecov.io/gh/sappelhoff/eeg_positions)
[![Documentation status](https://readthedocs.org/projects/eeg-positions/badge/?version=latest)](https://eeg-positions.readthedocs.io/en/latest/?badge=latest)
[![PyPi version](https://img.shields.io/pypi/v/eeg_positions.svg)](https://pypi.org/project/eeg_positions/)
[![Conda version](https://img.shields.io/conda/vn/conda-forge/eeg_positions.svg)](https://anaconda.org/conda-forge/eeg_positions)
[![Zenodo archive](https://zenodo.org/badge/136149692.svg)](https://zenodo.org/badge/latestdoi/136149692)

# eeg_positions

Compute and plot standard EEG electrode positions.

Please see the [**Documentation**](https://eeg-positions.readthedocs.io/en/latest/).

## 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](https://github.com/sappelhoff/eeg_positions/tree/main/data) there).

1. Use `eeg_positions` as a Python package (install instructions below),
   and then obtain the EEG electrode positions through the `get_elec_coords` function.
   See the [Examples](https://eeg-positions.readthedocs.io/en/latest/auto_examples/index.html)
   and [API documentation](https://eeg-positions.readthedocs.io/en/latest/api.html).

## Installation

For installing the **stable** version of `eeg_positions`, call:

`python -m pip install --upgrade eeg_positions`

Or if you use [conda](https://docs.conda.io/en/latest/miniconda.html):

`conda install --channel conda-forge eeg_positions`

For installing the **latest (development)** version of `eeg_positions`, call:

`python -m pip install --upgrade https://github.com/sappelhoff/eeg_positions/archive/refs/heads/main.zip`

## Contributing

The development of `eeg_positions` is taking place on
[GitHub](https://github.com/sappelhoff/eeg_positions).

For more information, please see
[CONTRIBUTING.md](https://github.com/sappelhoff/eeg_positions/blob/main/.github/CONTRIBUTING.md).

## 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.

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "eeg-positions",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.9",
    "maintainer_email": "Stefan Appelhoff <stefan.appelhoff@mailbox.org>",
    "keywords": "10-05 system, 10-10 system, 10-20 system, EEG, coordinate, electrode, electrophysiology, location, neuroscience, position, sensor, xyz",
    "author": "eeg_positions developers",
    "author_email": null,
    "download_url": "https://files.pythonhosted.org/packages/da/81/ce6decb03e8763a9da4d1130a44e6f66b4b125584903705a20627f0272c7/eeg_positions-2.1.2.tar.gz",
    "platform": null,
    "description": "[![Python build](https://github.com/sappelhoff/eeg_positions/workflows/Python%20build/badge.svg)](https://github.com/sappelhoff/eeg_positions/actions?query=workflow%3A%22Python+build%22)\n[![Python tests](https://github.com/sappelhoff/eeg_positions/workflows/Python%20tests/badge.svg)](https://github.com/sappelhoff/eeg_positions/actions?query=workflow%3A%22Python+tests%22)\n[![Test coverage](https://codecov.io/gh/sappelhoff/eeg_positions/branch/main/graph/badge.svg)](https://codecov.io/gh/sappelhoff/eeg_positions)\n[![Documentation status](https://readthedocs.org/projects/eeg-positions/badge/?version=latest)](https://eeg-positions.readthedocs.io/en/latest/?badge=latest)\n[![PyPi version](https://img.shields.io/pypi/v/eeg_positions.svg)](https://pypi.org/project/eeg_positions/)\n[![Conda version](https://img.shields.io/conda/vn/conda-forge/eeg_positions.svg)](https://anaconda.org/conda-forge/eeg_positions)\n[![Zenodo archive](https://zenodo.org/badge/136149692.svg)](https://zenodo.org/badge/latestdoi/136149692)\n\n# eeg_positions\n\nCompute and plot standard EEG electrode positions.\n\nPlease see the [**Documentation**](https://eeg-positions.readthedocs.io/en/latest/).\n\n## Quickstart\n\nThere are two common ways to make use of this repository:\n\n1. Go to the `data/` directory and download the EEG electrode position files you need\n   (see the [README](https://github.com/sappelhoff/eeg_positions/tree/main/data) there).\n\n1. Use `eeg_positions` as a Python package (install instructions below),\n   and then obtain the EEG electrode positions through the `get_elec_coords` function.\n   See the [Examples](https://eeg-positions.readthedocs.io/en/latest/auto_examples/index.html)\n   and [API documentation](https://eeg-positions.readthedocs.io/en/latest/api.html).\n\n## Installation\n\nFor installing the **stable** version of `eeg_positions`, call:\n\n`python -m pip install --upgrade eeg_positions`\n\nOr if you use [conda](https://docs.conda.io/en/latest/miniconda.html):\n\n`conda install --channel conda-forge eeg_positions`\n\nFor installing the **latest (development)** version of `eeg_positions`, call:\n\n`python -m pip install --upgrade https://github.com/sappelhoff/eeg_positions/archive/refs/heads/main.zip`\n\n## Contributing\n\nThe development of `eeg_positions` is taking place on\n[GitHub](https://github.com/sappelhoff/eeg_positions).\n\nFor more information, please see\n[CONTRIBUTING.md](https://github.com/sappelhoff/eeg_positions/blob/main/.github/CONTRIBUTING.md).\n\n## Cite\n\nIf you find this repository useful and want to cite it in your work, please go\nto the [Zenodo record](https://doi.org/10.5281/zenodo.3718568) and obtain the\nappropriate citation from the *\"Cite as\"* section there.\n",
    "bugtrack_url": null,
    "license": "Copyright 2018 eeg_positions developers  Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \u201cSoftware\u201d), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:  The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.  THE SOFTWARE IS PROVIDED \u201cAS IS\u201d, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.",
    "summary": "Compute and plot standard EEG electrode positions.",
    "version": "2.1.2",
    "project_urls": {
        "Bug Reports": "https://github.com/sappelhoff/eeg_positions/issues",
        "Homepage": "https://eeg-positions.readthedocs.io",
        "Source": "https://github.com/sappelhoff/eeg_positions"
    },
    "split_keywords": [
        "10-05 system",
        " 10-10 system",
        " 10-20 system",
        " eeg",
        " coordinate",
        " electrode",
        " electrophysiology",
        " location",
        " neuroscience",
        " position",
        " sensor",
        " xyz"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "998076f8ed0ef0a3b1a44f49f6e9accf68f179ed6cf4a20e33695737a62f4108",
                "md5": "6f68cbbb3cec69c6af6372b2854dde20",
                "sha256": "104014ab0e0e3ffb9e1228342b0df05a13e1498bc510785fefd36743fbda27ad"
            },
            "downloads": -1,
            "filename": "eeg_positions-2.1.2-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "6f68cbbb3cec69c6af6372b2854dde20",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.9",
            "size": 18733,
            "upload_time": "2024-12-11T10:33:47",
            "upload_time_iso_8601": "2024-12-11T10:33:47.385887Z",
            "url": "https://files.pythonhosted.org/packages/99/80/76f8ed0ef0a3b1a44f49f6e9accf68f179ed6cf4a20e33695737a62f4108/eeg_positions-2.1.2-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "da81ce6decb03e8763a9da4d1130a44e6f66b4b125584903705a20627f0272c7",
                "md5": "df5fac88753e5f3bd5255205b50936f6",
                "sha256": "3677b366b7a9ec75cb9fd032af4d97b3b7220fc037441bdcf41dd87b3e48d788"
            },
            "downloads": -1,
            "filename": "eeg_positions-2.1.2.tar.gz",
            "has_sig": false,
            "md5_digest": "df5fac88753e5f3bd5255205b50936f6",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.9",
            "size": 17799,
            "upload_time": "2024-12-11T10:33:50",
            "upload_time_iso_8601": "2024-12-11T10:33:50.128907Z",
            "url": "https://files.pythonhosted.org/packages/da/81/ce6decb03e8763a9da4d1130a44e6f66b4b125584903705a20627f0272c7/eeg_positions-2.1.2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-12-11 10:33:50",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "sappelhoff",
    "github_project": "eeg_positions",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "eeg-positions"
}
        
Elapsed time: 9.01202s