# Myonset Package
Myonset is a python package to process and detect signal burst(s) onset and offset, especially developed for electromyographic (EMG) signal.
Myonset implements tools for signal preprocessing, automatic onset and offset detection, as well as vizualisation and correction of onset and offset latencies.
### Installation
Dependencies
Myonset toolbox requires Python 3 installation, installing Anaconda is recommended, but any other Python 3 installation should work. Most Myonset dependencies are provided with a base Anaconda environment (numpy, scipy, matplotlib, PyQt5).
The only package that needs to be installed (when using Anaconda...) is pyqtgraph (installation instruction below).
Installing through Anaconda
Open the anaconda prompt (Windows: Applications / Anaconda 3 / Anaconda prompt ; Mac /linux: just start a terminal).
First, install pyqtgraph:
```
conda install pyqtgraph
```
Most users will also need mne-python, on which we mainly rely to open and save files containing EMG data signal:
```
pip install mne
```
Finally, install Myonset: copy folder ‘myonset_pck’ somewhere on your computer, then in anaconda prompt:
```
pip install ‘PATH_OF_DEBUT_PCK_FOLDER’
```
For instance:
```
pip install C:\Users\Administrateur\Downloads\myonset_pck
```
### License
Myonset is licensed under the GNU General Public Licence v3 - see COPYING file for more details.
Raw data
{
"_id": null,
"home_page": "",
"name": "myonset",
"maintainer": "",
"docs_url": null,
"requires_python": ">=3.6",
"maintainer_email": "",
"keywords": "EMG electromyography",
"author": "Laure Spieser and Boris Burle",
"author_email": "laure.spieser@univ-amu.fr",
"download_url": "https://files.pythonhosted.org/packages/12/46/d09eec8523782317253104e7db628088accbcba0db455746754b8bbc7e0e/myonset-0.1.tar.gz",
"platform": null,
"description": "# Myonset Package\r\n\r\nMyonset is a python package to process and detect signal burst(s) onset and offset, especially developed for electromyographic (EMG) signal. \r\nMyonset implements tools for signal preprocessing, automatic onset and offset detection, as well as vizualisation and correction of onset and offset latencies.\r\n\r\n### Installation\r\n\r\nDependencies\r\n\r\nMyonset toolbox requires Python 3 installation, installing Anaconda is recommended, but any other Python 3 installation should work. Most Myonset dependencies are provided with a base Anaconda environment (numpy, scipy, matplotlib, PyQt5). \r\nThe only package that needs to be installed (when using Anaconda...) is pyqtgraph (installation instruction below).\r\n\r\nInstalling through Anaconda\r\n\r\nOpen the anaconda prompt (Windows: Applications / Anaconda 3 / Anaconda prompt ; Mac /linux: just start a terminal).\r\nFirst, install pyqtgraph:\r\n```\r\nconda install pyqtgraph\r\n```\r\n\r\nMost users will also need mne-python, on which we mainly rely to open and save files containing EMG data signal:\r\n```\r\npip install mne\r\n```\r\n\r\nFinally, install Myonset: copy folder \u00e2\u20ac\u02dcmyonset_pck\u00e2\u20ac\u2122 somewhere on your computer, then in anaconda prompt:\r\n```\r\npip install \u00e2\u20ac\u02dcPATH_OF_DEBUT_PCK_FOLDER\u00e2\u20ac\u2122\r\n```\r\n\t\r\nFor instance:\r\n```\r\npip install C:\\Users\\Administrateur\\Downloads\\myonset_pck\r\n```\t\r\n\r\n### License\r\n\r\nMyonset is licensed under the GNU General Public Licence v3 - see COPYING file for more details.\r\n\r\n\r\n",
"bugtrack_url": null,
"license": "GNU GPLv3",
"summary": "Myonset is a package for detecting EMG burst onset.",
"version": "0.1",
"split_keywords": [
"emg",
"electromyography"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "a5de95151204ecea0c11092b9dd6b8b22b17003e2f8510f4d02423c9ab8e3138",
"md5": "0e55969d3fc8abea7f87c81973f166fa",
"sha256": "3e63f35e55c4c1279a728c828263504aa456581054e69d872eba00d05fd29af0"
},
"downloads": -1,
"filename": "myonset-0.1-py3-none-any.whl",
"has_sig": false,
"md5_digest": "0e55969d3fc8abea7f87c81973f166fa",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.6",
"size": 53598,
"upload_time": "2023-01-03T12:40:01",
"upload_time_iso_8601": "2023-01-03T12:40:01.747932Z",
"url": "https://files.pythonhosted.org/packages/a5/de/95151204ecea0c11092b9dd6b8b22b17003e2f8510f4d02423c9ab8e3138/myonset-0.1-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "1246d09eec8523782317253104e7db628088accbcba0db455746754b8bbc7e0e",
"md5": "6586d5a7ae4aca2e10e1f55f2b856d18",
"sha256": "513adc84793e7fdf31e45238be6a56e1172ccfc367c5e7dc9e89d0bd1e4465db"
},
"downloads": -1,
"filename": "myonset-0.1.tar.gz",
"has_sig": false,
"md5_digest": "6586d5a7ae4aca2e10e1f55f2b856d18",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.6",
"size": 49403,
"upload_time": "2023-01-03T12:40:03",
"upload_time_iso_8601": "2023-01-03T12:40:03.310937Z",
"url": "https://files.pythonhosted.org/packages/12/46/d09eec8523782317253104e7db628088accbcba0db455746754b8bbc7e0e/myonset-0.1.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2023-01-03 12:40:03",
"github": false,
"gitlab": false,
"bitbucket": false,
"lcname": "myonset"
}