# /!\ This package is deprecated
The Alpha Waves Dataset is merged in MOABB, under the name `Rodrigues2017`.
This package contains examples and validation of the data.
# Alpha Waves Dataset
Repository with basic scripts for using the Alpha Waves Dataset developed at GIPSA-lab [1]. The dataset files and their documentation are all available at
[https://zenodo.org/record/2348892](https://zenodo.org/record/2348892#.XBdqNs9Ki3I)
The code of this repository was developed in **Python 3.9 and 3.10** using MNE-Python [2, 3] as a tool for the EEG processing.
The package can be downloaded with pip:
```
pip install alphawaves
```
Alternatively, you might want to clone the GitHub repository on your local computer, and install the package by running:
```
python setup.py develop
```
All dependencies are listed in `requirements.txt` for your interest.
Then, to ensure that your code finds the right scripts, open a Python shell and type:
```
import alphawaves
```
Note that you might want to create a *virtual environment* before doing all these installations, e.g.:
```
conda create -n eegalpha python=3.9
```
# References
[1] Cattan et al. "EEG Alpha Waves dataset" [DOI](https://10.5281/zenodo.2348891)
[2] Gramfort et al. "MNE software for processing MEG and EEG data" [DOI](https://doi.org/10.1016/j.neuroimage.2013.10.027)
[3] Gramfort et al. "MEG and EEG data analysis with MNE-Python" [DOI](https://doi.org/10.3389/fnins.2013.00267)
Raw data
{
"_id": null,
"home_page": "https://github.com/plcrodrigues/Alpha-Waves-Dataset",
"name": "alphawaves",
"maintainer": null,
"docs_url": null,
"requires_python": null,
"maintainer_email": null,
"keywords": "EEG neuroscience signal processing",
"author": "Pedro Rodrigues",
"author_email": "pedro.rodrigues01@gmail.com",
"download_url": "https://files.pythonhosted.org/packages/76/5d/503d14592449668828d86bd16d5985bbb4c5357039eff646f8ebda10c0b8/alphawaves-1.0.tar.gz",
"platform": null,
"description": "# /!\\ This package is deprecated\r\n\r\nThe Alpha Waves Dataset is merged in MOABB, under the name `Rodrigues2017`.\r\nThis package contains examples and validation of the data. \r\n\r\n# Alpha Waves Dataset\r\nRepository with basic scripts for using the Alpha Waves Dataset developed at GIPSA-lab [1]. The dataset files and their documentation are all available at \r\n\r\n[https://zenodo.org/record/2348892](https://zenodo.org/record/2348892#.XBdqNs9Ki3I)\r\n\r\nThe code of this repository was developed in **Python 3.9 and 3.10** using MNE-Python [2, 3] as a tool for the EEG processing.\r\n\r\nThe package can be downloaded with pip:\r\n\r\n```\r\npip install alphawaves\r\n```\r\n\r\nAlternatively, you might want to clone the GitHub repository on your local computer, and install the package by running:\r\n\r\n```\r\npython setup.py develop\r\n```\r\n\r\nAll dependencies are listed in `requirements.txt` for your interest.\r\n\r\n\r\nThen, to ensure that your code finds the right scripts, open a Python shell and type:\r\n\r\n```\r\nimport alphawaves\r\n```\r\n\r\n\r\nNote that you might want to create a *virtual environment* before doing all these installations, e.g.:\r\n\r\n```\r\nconda create -n eegalpha python=3.9\r\n```\r\n\r\n# References\r\n\r\n[1] Cattan et al. \"EEG Alpha Waves dataset\" [DOI](https://10.5281/zenodo.2348891)\r\n\r\n[2] Gramfort et al. \"MNE software for processing MEG and EEG data\" [DOI](https://doi.org/10.1016/j.neuroimage.2013.10.027)\r\n\r\n[3] Gramfort et al. \"MEG and EEG data analysis with MNE-Python\" [DOI](https://doi.org/10.3389/fnins.2013.00267)\r\n\r\n",
"bugtrack_url": null,
"license": "new BSD",
"summary": "Alpha Waves Dataset",
"version": "1.0",
"project_urls": {
"Homepage": "https://github.com/plcrodrigues/Alpha-Waves-Dataset"
},
"split_keywords": [
"eeg",
"neuroscience",
"signal",
"processing"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "765d503d14592449668828d86bd16d5985bbb4c5357039eff646f8ebda10c0b8",
"md5": "018aced1fe41146f484fd7ca33eb9156",
"sha256": "66e6468eca39aa847e1cca8093717bbb4eb69419375dafa1835b1924afbf2610"
},
"downloads": -1,
"filename": "alphawaves-1.0.tar.gz",
"has_sig": false,
"md5_digest": "018aced1fe41146f484fd7ca33eb9156",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 10432,
"upload_time": "2024-07-23T19:36:12",
"upload_time_iso_8601": "2024-07-23T19:36:12.515603Z",
"url": "https://files.pythonhosted.org/packages/76/5d/503d14592449668828d86bd16d5985bbb4c5357039eff646f8ebda10c0b8/alphawaves-1.0.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-07-23 19:36:12",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "plcrodrigues",
"github_project": "Alpha-Waves-Dataset",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"requirements": [],
"lcname": "alphawaves"
}