neurotool


Nameneurotool JSON
Version 0.0.2 PyPI version JSON
download
home_pagehttps://github.com/ivanmysin/NeuroTools
SummaryLFP and spikes processing
upload_time2024-06-04 19:02:56
maintainerNone
docs_urlNone
authorIvan Mysin, Sergey Dubrovin, Sergey Skorokhod, Artem Vasilev
requires_python>=3.7
licenseNone
keywords brain rhythms neuron spike lfp place cells hippocampus
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # NeuroTool

A Python module for LFP and spikes analysis. It includes a collection of routines for brain signals analysis, circular statistics and spatial maps.

Please read the documentation https://github.com/ivanmysin/NeuroTools

This module requires NumPy, SciPy. In addition, you will also need matplotlib to run the examples.

The samples scripts illustrates the usage of functions. Results are plotted in figures similar to the sample images.

## Installation

We recommend using PyPI to install this package.

```bash
python3 -m pip install neurotool
```

Or, you can download the code and run the below line within the top level folder.
```bash
python3 setup.py install
```
## Authors

The module is being developed by members of the Laboratory of the Neuron System Organization of the Institute of Theoretical and Experimental Biophysics of the Russian Academy of Sciences, Pushchino

Ivan Mysin, Sergey Dubrovin, Sergey Skorokhod, Artem Vasilev



            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/ivanmysin/NeuroTools",
    "name": "neurotool",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.7",
    "maintainer_email": null,
    "keywords": "brain rhythms neuron spike lfp place cells hippocampus",
    "author": "Ivan Mysin, Sergey Dubrovin, Sergey Skorokhod, Artem Vasilev",
    "author_email": "imysin@mail.ru",
    "download_url": "https://files.pythonhosted.org/packages/71/bc/8ffde27b8a9e6bf706ef54a6444f980f12ccb3f31d12a19b3f211ddadac4/neurotool-0.0.2.tar.gz",
    "platform": null,
    "description": "# NeuroTool\n\nA Python module for LFP and spikes analysis. It includes a collection of routines for brain signals analysis, circular statistics and spatial maps.\n\nPlease read the documentation https://github.com/ivanmysin/NeuroTools\n\nThis module requires NumPy, SciPy. In addition, you will also need matplotlib to run the examples.\n\nThe samples scripts illustrates the usage of functions. Results are plotted in figures similar to the sample images.\n\n## Installation\n\nWe recommend using PyPI to install this package.\n\n```bash\npython3 -m pip install neurotool\n```\n\nOr, you can download the code and run the below line within the top level folder.\n```bash\npython3 setup.py install\n```\n## Authors\n\nThe module is being developed by members of the Laboratory of the Neuron System Organization of the Institute of Theoretical and Experimental Biophysics of the Russian Academy of Sciences, Pushchino\n\nIvan Mysin, Sergey Dubrovin, Sergey Skorokhod, Artem Vasilev\n\n\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "LFP and spikes processing",
    "version": "0.0.2",
    "project_urls": {
        "Documentation": "https://github.com/ivanmysin/NeuroTools/tree/master/docs",
        "Homepage": "https://github.com/ivanmysin/NeuroTools"
    },
    "split_keywords": [
        "brain",
        "rhythms",
        "neuron",
        "spike",
        "lfp",
        "place",
        "cells",
        "hippocampus"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "71bc8ffde27b8a9e6bf706ef54a6444f980f12ccb3f31d12a19b3f211ddadac4",
                "md5": "b52fc82f6b882b53f87d3b43610148f5",
                "sha256": "e2a97d61c78ab6f87d1af26178d71305ce6788167927f5cc9bd1bd0e1777037b"
            },
            "downloads": -1,
            "filename": "neurotool-0.0.2.tar.gz",
            "has_sig": false,
            "md5_digest": "b52fc82f6b882b53f87d3b43610148f5",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.7",
            "size": 11851,
            "upload_time": "2024-06-04T19:02:56",
            "upload_time_iso_8601": "2024-06-04T19:02:56.480529Z",
            "url": "https://files.pythonhosted.org/packages/71/bc/8ffde27b8a9e6bf706ef54a6444f980f12ccb3f31d12a19b3f211ddadac4/neurotool-0.0.2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-06-04 19:02:56",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "ivanmysin",
    "github_project": "NeuroTools",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "neurotool"
}
        
Elapsed time: 0.26922s