A collection of widgets to process images from start to finish--focused on neural development.
Project description
napari-ndev
A collection of widgets intended to serve any person seeking to process microscopy images from start to finish, with no coding necessary. napari-ndev
was designed to address the gap between the napari viewer and batch python scripting.
- Accepts diverse image formats, dimensionality, file size, and maintains key metadata.
- Allows advanced, arbitrary image processing workflows to be used by novices.
- User-friendly sparse annotation and batch training of machine learning classifiers.
- Flexible label measurements, parsing of metadata, and summarization for easily readable datasets.
- Designed for ease of use, modification, and reproducibility.
Check out the Docs to learn more!
See the poster presented at BINA 2024 for an overview of the plugins in action!
Try out the Virtual I2K 2024 Workshop for an interactive tutorial!
Installation
napari-ndev is a pure Python package, and can be installed with pip:
pip install napari-ndev
The easiest way to get started with napari-ndev is to install all the optional dependencies (see note below) with:
pip install napari-ndev[all]
Optional Libraries
napari-ndev is most useful when interacting with some other napari plugins (e.g. napari-assistant) and can read additional filetypes. A few extra BSD3 compatible napari-plugins may be installed with pip:
pip install napari-ndev[extras]
napari-ndev can optionally use GPL-3 licensed libraries to enhance its functionality, but are not required. If you choose to install and use these optional dependencies, you must comply with the GPL-3 license terms. The main functional improvement is from some bioio
libraries to support extra image formats, including czi
and lif
files. These libraries can be installed with pip:
pip install napari-ndev[gpl-extras]
In addition, you may need to install specific bioio
readers to support your specific image, such as bioio-czi
and bioio-lif
(included in [gpl-extras]
) or bioio-bioformats
.
Development Libraries
For development use the [dev]
optional libraries. You may also like to install [docs]
and [testing]
to verify your changes. However, tox
will test any pull requests. You can also install [dev-all]
to get all three of these dev dependencies.
The wide breadth of this plugin's scope is only made possible by the amazing libraries and plugins from the python and napari community, especially Robert Haase.
This napari plugin was generated with Cookiecutter using napari's cookiecutter-napari-plugin template.
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-ndev" is free and open source software.
Some optional libraries can be installed to add functionality to napari-ndev
, including some that may be more restrictive than this package's BSD-3-Clause.
Issues
If you encounter any problems, please [file an issue] along with a detailed description.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file napari_ndev-0.9.5.tar.gz
.
File metadata
- Download URL: napari_ndev-0.9.5.tar.gz
- Upload date:
- Size: 5.8 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 48d011bfbaab81ead49fa2a0336a1c1ab2b00587516c81a6bffaf335d9ea9cc3 |
|
MD5 | 307048853517f9f442508a8787f31cbb |
|
BLAKE2b-256 | 6a065915e73be6451e4b4c1785ea98980e3f852ac5b32032b96fda9325344297 |
File details
Details for the file napari_ndev-0.9.5-py3-none-any.whl
.
File metadata
- Download URL: napari_ndev-0.9.5-py3-none-any.whl
- Upload date:
- Size: 5.8 MB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | d4a1c49013d96a6047f8507dfa186a0baf18ec193bf26c901e564a82d714bbca |
|
MD5 | 8edc5ebbd0ec29b0b161c3f0fba348a2 |
|
BLAKE2b-256 | b12316f4fab5bf755feedd13b84d030466b23e0f038f4bfe1f896eb9c034e77c |