| Name | napari-intensity-plotter JSON |
| Version |
0.1.4
JSON |
| download |
| home_page | None |
| Summary | A plugin for plotting intensity profiles with control features in napari. |
| upload_time | 2024-10-20 08:53:18 |
| maintainer | None |
| docs_url | None |
| author | Toranosuke Takagi |
| requires_python | >=3.9 |
| license | Copyright (c) 2024, Toranosuke Takagi All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: * Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. * 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. * Neither the name of 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 |
|
| VCS |
 |
| bugtrack_url |
|
| requirements |
No requirements were recorded.
|
| Travis-CI |
No Travis.
|
| coveralls test coverage |
No coveralls.
|
# napari-intensity-plotter
[](https://github.com/Tbrn1103/napari-intensity-plotter/raw/main/LICENSE)
[](https://pypi.org/project/napari-intensity-plotter)
[](https://python.org)
[](https://github.com/Tbrn1103/napari-intensity-plotter/actions)
[](https://codecov.io/gh/Tbrn1103/napari-intensity-plotter)
[](https://napari-hub.org/plugins/napari-intensity-plotter)
## Overview
`napari-intensity-plotter` is a plugin for Napari that allows users to plot intensity profiles over selected areas in an image. It includes features for:
- Adjusting the size of the region for intensity averaging.
- Saving intensity profiles as CSV files.
- Exporting plots as high-resolution PNG images.
- Customizing plot appearance through an intuitive control interface.
----------------------------------
This [napari] plugin was generated with [Cookiecutter] using [@napari]'s [cookiecutter-napari-plugin] template.
<!--
Don't miss the full getting started guide to set up your new package:
https://github.com/napari/cookiecutter-napari-plugin#getting-started
and review the napari docs for plugin developers:
https://napari.org/stable/plugins/index.html
-->
## Installation
You can install `napari-intensity-plotter` via [pip]:
pip install napari-intensity-plotter
To install latest development version :
pip install git+https://github.com/Tbrn1103/napari-intensity-plotter.git
## Contributing
Contributions are very welcome. Tests can be run with [tox], please ensure
the coverage at least stays the same before you submit a pull request.
## License
Distributed under the terms of the [BSD-3] license,
"napari-intensity-plotter" is free and open source software
## Issues
If you encounter any problems, please [file an issue] along with a detailed description.
[napari]: https://github.com/napari/napari
[Cookiecutter]: https://github.com/audreyr/cookiecutter
[@napari]: https://github.com/napari
[MIT]: http://opensource.org/licenses/MIT
[BSD-3]: http://opensource.org/licenses/BSD-3-Clause
[GNU GPL v3.0]: http://www.gnu.org/licenses/gpl-3.0.txt
[GNU LGPL v3.0]: http://www.gnu.org/licenses/lgpl-3.0.txt
[Apache Software License 2.0]: http://www.apache.org/licenses/LICENSE-2.0
[Mozilla Public License 2.0]: https://www.mozilla.org/media/MPL/2.0/index.txt
[cookiecutter-napari-plugin]: https://github.com/napari/cookiecutter-napari-plugin
[file an issue]: https://github.com/Tbrn1103/napari-intensity-plotter/issues
[napari]: https://github.com/napari/napari
[tox]: https://tox.readthedocs.io/en/latest/
[pip]: https://pypi.org/project/pip/
[PyPI]: https://pypi.org/
Raw data
{
"_id": null,
"home_page": null,
"name": "napari-intensity-plotter",
"maintainer": null,
"docs_url": null,
"requires_python": ">=3.9",
"maintainer_email": null,
"keywords": null,
"author": "Toranosuke Takagi",
"author_email": "toranporin_1224@yahoo.co.jp",
"download_url": "https://files.pythonhosted.org/packages/f7/ea/275111eabd2da16d1bcaf4e93c6f69b58f71abf64233f5fd5aeef6bf445d/napari_intensity_plotter-0.1.4.tar.gz",
"platform": null,
"description": "# napari-intensity-plotter\n\n[](https://github.com/Tbrn1103/napari-intensity-plotter/raw/main/LICENSE)\n[](https://pypi.org/project/napari-intensity-plotter)\n[](https://python.org)\n[](https://github.com/Tbrn1103/napari-intensity-plotter/actions)\n[](https://codecov.io/gh/Tbrn1103/napari-intensity-plotter)\n[](https://napari-hub.org/plugins/napari-intensity-plotter)\n\n## Overview\n`napari-intensity-plotter` is a plugin for Napari that allows users to plot intensity profiles over selected areas in an image. It includes features for:\n- Adjusting the size of the region for intensity averaging.\n- Saving intensity profiles as CSV files.\n- Exporting plots as high-resolution PNG images.\n- Customizing plot appearance through an intuitive control interface.\n\n\n----------------------------------\n\nThis [napari] plugin was generated with [Cookiecutter] using [@napari]'s [cookiecutter-napari-plugin] template.\n\n<!--\nDon't miss the full getting started guide to set up your new package:\nhttps://github.com/napari/cookiecutter-napari-plugin#getting-started\n\nand review the napari docs for plugin developers:\nhttps://napari.org/stable/plugins/index.html\n-->\n\n## Installation\n\nYou can install `napari-intensity-plotter` via [pip]:\n\n pip install napari-intensity-plotter\n\n\n\nTo install latest development version :\n\n pip install git+https://github.com/Tbrn1103/napari-intensity-plotter.git\n\n\n## Contributing\n\nContributions are very welcome. Tests can be run with [tox], please ensure\nthe coverage at least stays the same before you submit a pull request.\n\n## License\n\nDistributed under the terms of the [BSD-3] license,\n\"napari-intensity-plotter\" is free and open source software\n\n## Issues\n\nIf you encounter any problems, please [file an issue] along with a detailed description.\n\n[napari]: https://github.com/napari/napari\n[Cookiecutter]: https://github.com/audreyr/cookiecutter\n[@napari]: https://github.com/napari\n[MIT]: http://opensource.org/licenses/MIT\n[BSD-3]: http://opensource.org/licenses/BSD-3-Clause\n[GNU GPL v3.0]: http://www.gnu.org/licenses/gpl-3.0.txt\n[GNU LGPL v3.0]: http://www.gnu.org/licenses/lgpl-3.0.txt\n[Apache Software License 2.0]: http://www.apache.org/licenses/LICENSE-2.0\n[Mozilla Public License 2.0]: https://www.mozilla.org/media/MPL/2.0/index.txt\n[cookiecutter-napari-plugin]: https://github.com/napari/cookiecutter-napari-plugin\n\n[file an issue]: https://github.com/Tbrn1103/napari-intensity-plotter/issues\n\n[napari]: https://github.com/napari/napari\n[tox]: https://tox.readthedocs.io/en/latest/\n[pip]: https://pypi.org/project/pip/\n[PyPI]: https://pypi.org/\n",
"bugtrack_url": null,
"license": " Copyright (c) 2024, Toranosuke Takagi All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: * Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. * 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. * Neither the name of 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 plugin for plotting intensity profiles with control features in napari.",
"version": "0.1.4",
"project_urls": {
"Bug Tracker": "https://github.com/Tbrn1103/napari-intensity-plotter/issues",
"Documentation": "https://github.com/Tbrn1103/napari-intensity-plotter#README.md",
"Source Code": "https://github.com/Tbrn1103/napari-intensity-plotter",
"User Support": "https://github.com/Tbrn1103/napari-intensity-plotter/issues"
},
"split_keywords": [],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "f6267aa44ae877c575d8bf610185620667292536e3d04a4a18751b4809337788",
"md5": "252b63290366fcc5d3324b8220cf01d7",
"sha256": "aa32b7c29000973bf4076467778ff04a4cfa4feb151a299933463223772f9120"
},
"downloads": -1,
"filename": "napari_intensity_plotter-0.1.4-py3-none-any.whl",
"has_sig": false,
"md5_digest": "252b63290366fcc5d3324b8220cf01d7",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.9",
"size": 12276,
"upload_time": "2024-10-20T08:53:16",
"upload_time_iso_8601": "2024-10-20T08:53:16.775153Z",
"url": "https://files.pythonhosted.org/packages/f6/26/7aa44ae877c575d8bf610185620667292536e3d04a4a18751b4809337788/napari_intensity_plotter-0.1.4-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "f7ea275111eabd2da16d1bcaf4e93c6f69b58f71abf64233f5fd5aeef6bf445d",
"md5": "2c6e8abc72e9beb7fce241411372e250",
"sha256": "d53e7097a084964687213d4bf26d20e148c41a30928a555880722a4e2552933e"
},
"downloads": -1,
"filename": "napari_intensity_plotter-0.1.4.tar.gz",
"has_sig": false,
"md5_digest": "2c6e8abc72e9beb7fce241411372e250",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.9",
"size": 15902,
"upload_time": "2024-10-20T08:53:18",
"upload_time_iso_8601": "2024-10-20T08:53:18.116088Z",
"url": "https://files.pythonhosted.org/packages/f7/ea/275111eabd2da16d1bcaf4e93c6f69b58f71abf64233f5fd5aeef6bf445d/napari_intensity_plotter-0.1.4.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-10-20 08:53:18",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "Tbrn1103",
"github_project": "napari-intensity-plotter",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"tox": true,
"lcname": "napari-intensity-plotter"
}