# DataJoint Element - ZStack
DataJoint Element for z-stack (volumetric) imaging, features cell segmentation with
[cellpose](https://github.com/MouseLand/cellpose), data upload to
[BossDB](https://bossdb.org/), and data visualization with
[Neuroglancer](https://github.com/google/neuroglancer). DataJoint Elements collectively standardize and automate data collection and analysis for neuroscience experiments. Each Element is a modular pipeline for data storage and processing with corresponding database tables that can be combined with other Elements to assemble a fully functional pipeline.
## Experiment Flowchart
![flowchart](https://raw.githubusercontent.com/datajoint/element-zstack/main/images/flowchart.svg)
## Data Pipeline Diagram
![pipeline](https://raw.githubusercontent.com/datajoint/element-zstack/main/images/pipeline.svg)
## Getting Started
+ Install from PyPI
```bash
pip install element-zstack
```
+ [Interactive tutorial on GitHub Codespaces](https://github.com/datajoint/workflow-zstack#interactive-tutorial)
+ [Documentation](https://datajoint.com/docs/elements/element-zstack)
## Support
+ If you need help getting started or run into any errors, please contact our team by email at support@datajoint.com.
Raw data
{
"_id": null,
"home_page": "https://github.com/datajoint/element-zstack",
"name": "element-zstack",
"maintainer": "",
"docs_url": null,
"requires_python": "",
"maintainer_email": "",
"keywords": "neuroscience volume segmentation",
"author": "DataJoint",
"author_email": "info@datajoint.com",
"download_url": "https://files.pythonhosted.org/packages/31/95/51c04a95e4aac7f115c7b75b085729184a8088fede42040831ea659a1c3f/element-zstack-0.1.2.tar.gz",
"platform": null,
"description": "# DataJoint Element - ZStack\n\nDataJoint Element for z-stack (volumetric) imaging, features cell segmentation with \n[cellpose](https://github.com/MouseLand/cellpose), data upload to \n[BossDB](https://bossdb.org/), and data visualization with \n[Neuroglancer](https://github.com/google/neuroglancer). DataJoint Elements collectively standardize and automate data collection and analysis for neuroscience experiments. Each Element is a modular pipeline for data storage and processing with corresponding database tables that can be combined with other Elements to assemble a fully functional pipeline.\n\n## Experiment Flowchart\n\n![flowchart](https://raw.githubusercontent.com/datajoint/element-zstack/main/images/flowchart.svg)\n\n## Data Pipeline Diagram\n\n![pipeline](https://raw.githubusercontent.com/datajoint/element-zstack/main/images/pipeline.svg)\n\n## Getting Started\n\n+ Install from PyPI\n\n ```bash\n pip install element-zstack\n ```\n\n+ [Interactive tutorial on GitHub Codespaces](https://github.com/datajoint/workflow-zstack#interactive-tutorial)\n\n+ [Documentation](https://datajoint.com/docs/elements/element-zstack)\n\n## Support\n\n+ If you need help getting started or run into any errors, please contact our team by email at support@datajoint.com.\n\n\n\n",
"bugtrack_url": null,
"license": "MIT",
"summary": "DataJoint Element for Volume Segmentation",
"version": "0.1.2",
"project_urls": {
"Homepage": "https://github.com/datajoint/element-zstack"
},
"split_keywords": [
"neuroscience",
"volume",
"segmentation"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "d6840796599d20090db8057180ea8bb93a2cfc53bb84dd3844abfadabc42b8ff",
"md5": "b4d50f10819d3cda235af944d84c67bb",
"sha256": "ce486cc50c48aeeec830fe345f8bea6b3613d8f86bee9a7ae8a398f8b5870da3"
},
"downloads": -1,
"filename": "element_zstack-0.1.2-py3-none-any.whl",
"has_sig": false,
"md5_digest": "b4d50f10819d3cda235af944d84c67bb",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": null,
"size": 11359,
"upload_time": "2023-08-10T14:30:00",
"upload_time_iso_8601": "2023-08-10T14:30:00.859708Z",
"url": "https://files.pythonhosted.org/packages/d6/84/0796599d20090db8057180ea8bb93a2cfc53bb84dd3844abfadabc42b8ff/element_zstack-0.1.2-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "319551c04a95e4aac7f115c7b75b085729184a8088fede42040831ea659a1c3f",
"md5": "376d942bcc05c0d8d93255d4bb1d8484",
"sha256": "e44faf9c313b47439370718efc6bb7f10c763c3f13ea721331a592dfa4f4a5cf"
},
"downloads": -1,
"filename": "element-zstack-0.1.2.tar.gz",
"has_sig": false,
"md5_digest": "376d942bcc05c0d8d93255d4bb1d8484",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 10034,
"upload_time": "2023-08-10T14:30:02",
"upload_time_iso_8601": "2023-08-10T14:30:02.689532Z",
"url": "https://files.pythonhosted.org/packages/31/95/51c04a95e4aac7f115c7b75b085729184a8088fede42040831ea659a1c3f/element-zstack-0.1.2.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2023-08-10 14:30:02",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "datajoint",
"github_project": "element-zstack",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"requirements": [
{
"name": "datajoint",
"specs": [
[
">=",
"0.13.0"
]
]
},
{
"name": "element-interface",
"specs": [
[
">=",
"0.3.0"
]
]
},
{
"name": "intern",
"specs": [
[
">=",
"1.4.1"
]
]
},
{
"name": "tifffile",
"specs": [
[
">=",
"2023.3.21"
]
]
},
{
"name": "cellpose",
"specs": [
[
">=",
"2.2"
]
]
}
],
"lcname": "element-zstack"
}