{"name":"napari-ndev","display_name":"neuralDev","visibility":"public","icon":"","categories":[],"schema_version":"0.2.0","on_activate":null,"on_deactivate":null,"contributions":{"commands":[{"id":"napari-ndev.make_utilities_container","title":"Make Image Utilities","python_name":"napari_ndev._utilities_container:UtilitiesContainer","short_title":null,"category":null,"icon":null,"enablement":null},{"id":"napari-ndev.make_rescale_by","title":"Make Rescale By","python_name":"napari_ndev._rescale_by:RescaleBy","short_title":null,"category":null,"icon":null,"enablement":null},{"id":"napari-ndev.make_workflow_container","title":"Make Batch Workflow","python_name":"napari_ndev._workflow_container:WorkflowContainer","short_title":null,"category":null,"icon":null,"enablement":null},{"id":"napari-ndev.make_apoc_container","title":"Make Batch APOC","python_name":"napari_ndev._apoc_container:ApocContainer","short_title":null,"category":null,"icon":null,"enablement":null},{"id":"napari-ndev.make_custom_apoc","title":"Make Custom APOC Feature Set","python_name":"napari_ndev._apoc_feature_stack:ApocFeatureStack","short_title":null,"category":null,"icon":null,"enablement":null}],"readers":null,"writers":null,"widgets":[{"command":"napari-ndev.make_utilities_container","display_name":"Image Utilities","autogenerate":false},{"command":"napari-ndev.make_rescale_by","display_name":"Rescale By","autogenerate":false},{"command":"napari-ndev.make_workflow_container","display_name":"Batch Workflow","autogenerate":false},{"command":"napari-ndev.make_apoc_container","display_name":"Batch APOC","autogenerate":false},{"command":"napari-ndev.make_custom_apoc","display_name":"Custom APOC Feature Set","autogenerate":false}],"sample_data":null,"themes":null,"menus":{},"submenus":null,"keybindings":null,"configuration":[]},"package_metadata":{"metadata_version":"2.1","name":"napari-ndev","version":"0.6.5","dynamic":null,"platform":null,"supported_platform":null,"summary":"A collection of widgets to process images from start to finish--focused on neural development.","description":"# napari-ndev\n\n[![License BSD-3](https://img.shields.io/pypi/l/napari-ndev.svg?color=green)](https://github.com/TimMonko/napari-ndev/raw/main/LICENSE)\n[![PyPI](https://img.shields.io/pypi/v/napari-ndev.svg?color=green)](https://pypi.org/project/napari-ndev)\n[![Python Version](https://img.shields.io/pypi/pyversions/napari-ndev.svg?color=green)](https://python.org)\n[![tests](https://github.com/TimMonko/napari-ndev/workflows/tests/badge.svg)](https://github.com/TimMonko/napari-ndev/actions)\n[![codecov](https://codecov.io/gh/TimMonko/napari-ndev/branch/main/graph/badge.svg)](https://codecov.io/gh/TimMonko/napari-ndev)\n[![napari hub](https://img.shields.io/endpoint?url=https://api.napari-hub.org/shields/napari-ndev)](https://napari-hub.org/plugins/napari-ndev)\n\nA collection of widgets intended to serve any person seeking to process microscopy images from start to finish. The wide breadth of this plugin's scope is only made possible by the amazing libraries and plugins from the napari community, especially Robert Haase. Currently, the plugin supports the following goals:\n\n1. **Image-utilities:** Allows opening image files (using aics-imageio) and displaying in napari. Also reads metadata and allows customization prior to saving images and labels layers. Allows concatenation of image files and image layers for saving new images. Speeds up annotation by saving corresponding images and labels in designated folders. Also allows saving of shapes layers as labels in case shapes are being used as a region of interest.\n2. **Batch-workflow:** Batch pre-processing/processing images using [napari-workflows].\n3. **Batch-APOC:** Utilizes the excellent accelerated-pixel-and-object-classification ([apoc]) in a similar fashion to [napari-apoc], but intended for batch training and prediction with a napari widget instead of scripting.\n4. **Rescale-by:** Rescale any napari layer (image, label, shape) by a set amount, which can be inherited from a different image layer's metadata.\n\n----------------------------------\n\n![Plugin-Abstract](/Plugin-Abstract.png)\n\n\nThis [napari] plugin was generated with [Cookiecutter] using [@napari]'s [cookiecutter-napari-plugin] template.\n\n\n\n## Installation\n\nYou can install `napari-ndev` via [pip]:\n\n pip install napari-ndev\n\n----------------------------------\n\n## Further Info\n\n### 1. Image Utilities\nA quick and easy way to save annotations (a napari labels layer) and corresponding images to corresponding folders. *Requires* that images are opened with [napari-aicsimageio]--which can be as simple as drag and drop opening by setting the appropriate default reader for each file type in Preferences -> Plugins--in order to utilize the metadata present for saving the image-label pairs. (See Note about AICSImageIO)\n\nQuick uniform adjustments to a folder of images, saving the output. Currently supports selecting channels, slicing Z, cropping/downsampling in XY, and doing a max projection of the sliced/cropped image data. To be added: alternative projection types, slicing in T, and compatability with non TCZYX images (but this is not a priority since [aicsimageio] currently always extracts images as TCZYX even if a dim is only length 1.\n\n### 2. Batch-workflow\nBatch pre-processing/processing images using [napari-workflows]. Images are processed outside the napari-viewer using [aicsimageio] as both reader and writer. Prior to passing the images to napari-workflows, the user selects the correct images as the roots (inputs) and thus napari-workflows matches the processing to create the outputs. The advantage of using napari-workflows for batch processing is that it provides an incredibly flexible processing interface without writing a novel widget for small changes to processing steps like specific filters, segmentation, or measurements. Currently only intended for use with images as inputs and images as outputs from napari-workflows, though there is future potential to have other outputs possible, such as .csv measurement arrays.\n\n### 3. Batch-training/prediction\nUtilizes the excellent accelerated-pixel-and-object-classification ([apoc]) in a similar fashion to [napari-apoc], but intended for batch training and prediction with a napari widget instead of scripting. Recognizes pre established feature set, and custom feature sets (a string of filters and radii) can be genereated with a corresponding widget.\n\n### A Note about AICSImageIO\n[AICSImageIO] is a convenient, multi-format file reader which also has the complimentary [napari-aicsimageio] reader plugin. By default, napari-aicsimageio installs all reader dependencies. Because napari-aicsimageio is not technically required for this plugin to work (you could build your own metadata for the annotation-saver) and just napari-aicsimage is required, the former is not an install requirement. This is to avoid using the GPL liscence and to stick with BSD-3. However, you should install napari-aicsimageio if you want the smoothest operation of the annotation-saver.\n\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-ndev\" 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[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\n[napari-workflows]: https://github.com/haesleinhuepf/napari-workflows\n[apoc]: https://github.com/haesleinhuepf/apoc\n[napari-apoc]: https://github.com/haesleinhuepf/napari-accelerated-pixel-and-object-classification\n[napari-aicsimageio]: https://github.com/AllenCellModeling/napari-aicsimageio\n[AICSImageIO]: https://allencellmodeling.github.io/aicsimageio/\n","description_content_type":"text/markdown","keywords":null,"home_page":"https://github.com/TimMonko/napari-ndev.github","download_url":null,"author":"Tim Monko","author_email":"timmonko@gmail.com","maintainer":null,"maintainer_email":null,"license":"BSD-3-Clause","classifier":["Development Status :: 2 - Pre-Alpha","Framework :: napari","Intended Audience :: Developers","License :: OSI Approved :: BSD License","Operating System :: OS Independent","Programming Language :: Python","Programming Language :: Python :: 3","Programming Language :: Python :: 3 :: Only","Programming Language :: Python :: 3.8","Programming Language :: Python :: 3.9","Programming Language :: Python :: 3.10","Topic :: Scientific/Engineering :: Image Processing"],"requires_dist":["numpy","magicgui","qtpy","aicsimageio","napari","apoc","pyclesperanto-prototype","dask","napari-workflows","seaborn","tox ; extra == 'testing'","pytest ; extra == 'testing'","pytest-cov ; extra == 'testing'","pytest-qt ; extra == 'testing'","napari ; extra == 'testing'","pyqt5 ; extra == 'testing'"],"requires_python":">=3.8","requires_external":null,"project_url":["Bug Tracker, https://github.com/TimMonko/napari-ndev/issues","Documentation, https://github.com/TimMonko/napari-ndev#README.md","Source Code, https://github.com/TimMonko/napari-ndev","User Support, https://github.com/TimMonko/napari-ndev/issues"],"provides_extra":["testing"],"provides_dist":null,"obsoletes_dist":null},"npe1_shim":false}