{"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_batch_utilities","title":"Make Batch Utilities Widget","python_name":"napari_ndev._widget:batch_utilities","short_title":null,"category":null,"icon":null,"enablement":null},{"id":"napari-ndev.make_annotation_saver","title":"Make Annotation Saver Widget","python_name":"napari_ndev._widget:annotation_saver","short_title":null,"category":null,"icon":null,"enablement":null},{"id":"napari-ndev.make_batch_workflow","title":"Make Batch Workflow Widget","python_name":"napari_ndev._widget:batch_workflow","short_title":null,"category":null,"icon":null,"enablement":null},{"id":"napari-ndev.make_batch_training","title":"Make Batch Training Widget","python_name":"napari_ndev._widget:batch_training","short_title":null,"category":null,"icon":null,"enablement":null},{"id":"napari-ndev.make_batch_predict","title":"Make Batch Predict Widget","python_name":"napari_ndev._widget:batch_predict","short_title":null,"category":null,"icon":null,"enablement":null}],"readers":null,"writers":null,"widgets":[{"command":"napari-ndev.make_batch_utilities","display_name":"Batch Utilities","autogenerate":false},{"command":"napari-ndev.make_annotation_saver","display_name":"Annotation Saver","autogenerate":false},{"command":"napari-ndev.make_batch_workflow","display_name":"Batch Workflow","autogenerate":false},{"command":"napari-ndev.make_batch_training","display_name":"Batch APOC Training","autogenerate":false},{"command":"napari-ndev.make_batch_predict","display_name":"Batch APOC Predict","autogenerate":false}],"sample_data":null,"themes":null,"menus":{},"submenus":null,"keybindings":null,"configuration":[]},"package_metadata":{"metadata_version":"2.1","name":"napari-ndev","version":"0.3.1","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. **Batch-utilities:** Quick 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. \n2. **Batch-workflow:** Batch pre-processing/processing images using [napari-workflows].\n3. **Annotation-saver:** A quick and easy way to save annotations (a napari labels layer) and corresponding images to corresponding folders.\n4. **Batch-training/prediction:** 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.\n\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. Batch-utilities \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. Annotation-saver\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\nIntended to be used with apoc batch-training/prediction, but can be used for any napari widget or other script intended to grab corresponding images from folders for batch processing.\n\n### 4. 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 sets.\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","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}