Name | neurocarto JSON |
Version |
0.0.3
JSON |
| download |
home_page | None |
Summary | A web-interface channelmap editor for Neuropixels probe familiy |
upload_time | 2024-08-23 10:22:46 |
maintainer | None |
docs_url | None |
author | None |
requires_python | >=3.10 |
license | BSD 3-Clause License Copyright (c) 2023, AntonioST Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: 1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. 2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. 3. Neither the name of the copyright holder nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
keywords |
electrophysiology
neuropixels
channelmap
|
VCS |
|
bugtrack_url |
|
requirements |
No requirements were recorded.
|
Travis-CI |
No Travis.
|
coveralls test coverage |
No coveralls.
|
NeuroCarto: A Neuropixels Channelmap Editor
===========================================
[![PyPI - Version](https://img.shields.io/pypi/v/neurocarto)](https://pypi.org/project/neurocarto/)
![PyPI - Python Version](https://img.shields.io/pypi/pyversions/neurocarto)
[![Documentation Status](https://readthedocs.org/projects/neurocarto/badge/?version=latest)](https://neurocarto.readthedocs.io/en/latest/?badge=latest)
NeuroCarto is a neural probe channel map editor for the Neuropixels probe family.
It allows user to create a blueprint for arranging electrodes in a desired density
and generate a custom channel map.
Features
--------
- Read/Visualize/Modify/Write Neuropixels channelmap files (`*.imro`).
- Read SpikeGLX meta file (`*.meta`).
- Read/Visualize/Modify/Write Blueprint (a blueprint for generating a channelmap by a programming way).
- Show Atlas mouse brain as a background image.
- Customize electrode selection and probe kind.
- Show channel efficiency and electrode density.
Relevant Papers
---------------
writing.
Documents
---------
Please check [Documentation](https://neurocarto.readthedocs.io/en/latest/) for more details.
Install and Run
---------------
### prepare environment.
Require `Python 3.10`.
### Install
```shell
pip install neurocarto
```
### Run
```shell
neurocarto
```
### Optional dependency
* `bg-atlasapi` Atlas Brain background image supporting.
* `Pillow`, `tifffile` other background image format supporting.
* `probeinterface` probe/channelmap format import/export
* `pandas`, `polars` channelmap data export.
Full optional dependencies are list in [requirements-opt.txt](requirements-opt.txt).
Build from source
-----------------
Please check [install](https://github.com/AntonioST/chmap_editor/wiki/install) page in wiki.
Raw data
{
"_id": null,
"home_page": null,
"name": "neurocarto",
"maintainer": null,
"docs_url": null,
"requires_python": ">=3.10",
"maintainer_email": null,
"keywords": "Electrophysiology, Neuropixels, Channelmap",
"author": null,
"author_email": "Ta-Shun Su <antoniost29@gmail.com>",
"download_url": "https://files.pythonhosted.org/packages/8e/c3/c602e79267974a1375a9ba2c42ee21bf944807523b9f2d11753702d4a60f/neurocarto-0.0.3.tar.gz",
"platform": null,
"description": "NeuroCarto: A Neuropixels Channelmap Editor\n===========================================\n\n[![PyPI - Version](https://img.shields.io/pypi/v/neurocarto)](https://pypi.org/project/neurocarto/)\n![PyPI - Python Version](https://img.shields.io/pypi/pyversions/neurocarto)\n[![Documentation Status](https://readthedocs.org/projects/neurocarto/badge/?version=latest)](https://neurocarto.readthedocs.io/en/latest/?badge=latest)\n\nNeuroCarto is a neural probe channel map editor for the Neuropixels probe family.\nIt allows user to create a blueprint for arranging electrodes in a desired density\nand generate a custom channel map.\n\nFeatures\n--------\n\n- Read/Visualize/Modify/Write Neuropixels channelmap files (`*.imro`).\n- Read SpikeGLX meta file (`*.meta`).\n- Read/Visualize/Modify/Write Blueprint (a blueprint for generating a channelmap by a programming way).\n- Show Atlas mouse brain as a background image.\n- Customize electrode selection and probe kind.\n- Show channel efficiency and electrode density.\n\nRelevant Papers\n---------------\n\nwriting.\n\nDocuments\n---------\n\nPlease check [Documentation](https://neurocarto.readthedocs.io/en/latest/) for more details.\n\nInstall and Run\n---------------\n\n### prepare environment.\n\nRequire `Python 3.10`.\n\n### Install\n\n```shell\npip install neurocarto\n```\n\n### Run\n\n```shell\nneurocarto\n```\n\n### Optional dependency\n\n* `bg-atlasapi` Atlas Brain background image supporting.\n* `Pillow`, `tifffile` other background image format supporting.\n* `probeinterface` probe/channelmap format import/export\n* `pandas`, `polars` channelmap data export.\n\nFull optional dependencies are list in [requirements-opt.txt](requirements-opt.txt).\n\nBuild from source\n-----------------\n\nPlease check [install](https://github.com/AntonioST/chmap_editor/wiki/install) page in wiki.\n\n\n",
"bugtrack_url": null,
"license": "BSD 3-Clause License Copyright (c) 2023, AntonioST Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: 1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. 2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. 3. Neither the name of the copyright holder nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS \"AS IS\" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.",
"summary": "A web-interface channelmap editor for Neuropixels probe familiy",
"version": "0.0.3",
"project_urls": {
"Documentation": "https://neurocarto.readthedocs.io/en/latest/",
"Homepage": "https://github.com/AntonioST/NeuroCarto",
"Issues": "https://github.com/AntonioST/NeuroCarto/issues",
"Repository": "https://github.com/AntonioST/NeuroCarto"
},
"split_keywords": [
"electrophysiology",
" neuropixels",
" channelmap"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "dc64975e133963770bd67c6d70ddecf6a5a8acbc33e09074f378be58027fa619",
"md5": "6bbdeee477d512d5c3e1ef1a8f53cb7d",
"sha256": "ab2f78ec9be3cfaf0d27bbd47378b7dbaaf06eab0f53806c531d92b3e451e0aa"
},
"downloads": -1,
"filename": "neurocarto-0.0.3-py3-none-any.whl",
"has_sig": false,
"md5_digest": "6bbdeee477d512d5c3e1ef1a8f53cb7d",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.10",
"size": 164185,
"upload_time": "2024-08-23T10:22:45",
"upload_time_iso_8601": "2024-08-23T10:22:45.128439Z",
"url": "https://files.pythonhosted.org/packages/dc/64/975e133963770bd67c6d70ddecf6a5a8acbc33e09074f378be58027fa619/neurocarto-0.0.3-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "8ec3c602e79267974a1375a9ba2c42ee21bf944807523b9f2d11753702d4a60f",
"md5": "fce9210997450c2d6b0ffba0fc7c5ec5",
"sha256": "e8e7560f85309c8a513f1b44609169fde611733a9a5817316295b904a3199a33"
},
"downloads": -1,
"filename": "neurocarto-0.0.3.tar.gz",
"has_sig": false,
"md5_digest": "fce9210997450c2d6b0ffba0fc7c5ec5",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.10",
"size": 142044,
"upload_time": "2024-08-23T10:22:46",
"upload_time_iso_8601": "2024-08-23T10:22:46.480013Z",
"url": "https://files.pythonhosted.org/packages/8e/c3/c602e79267974a1375a9ba2c42ee21bf944807523b9f2d11753702d4a60f/neurocarto-0.0.3.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-08-23 10:22:46",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "AntonioST",
"github_project": "NeuroCarto",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"requirements": [],
"lcname": "neurocarto"
}