{"name":"snouty-viewer","display_name":"Snouty Viewer","visibility":"public","icon":"","categories":[],"schema_version":"0.2.0","on_activate":null,"on_deactivate":null,"contributions":{"commands":[{"id":"snouty-viewer.get_reader","title":"Open snouty data","python_name":"snouty_viewer._reader:napari_get_reader","short_title":null,"category":null,"icon":null,"enablement":null},{"id":"snouty-viewer.write_single_image","title":"Save deskewed Snouty data","python_name":"snouty_viewer._writer:write_single_image","short_title":null,"category":null,"icon":null,"enablement":null},{"id":"snouty-viewer.get_native_view","title":"Convert raw snouty data to its native view","python_name":"snouty_viewer._widget:native_view","short_title":null,"category":null,"icon":null,"enablement":null},{"id":"snouty-viewer.batch_deskew_and_save","title":"Batch deskew and save a directory of Snouty-acquired subdirectories","python_name":"snouty_viewer._widget:batch_deskew_and_save","short_title":null,"category":null,"icon":null,"enablement":null},{"id":"snouty-viewer.position_extraction","title":"Extract positions from a directory of Snouty-acquired subdirectories","python_name":"snouty_viewer._widget:position_extraction","short_title":null,"category":null,"icon":null,"enablement":null}],"readers":[{"command":"snouty-viewer.get_reader","filename_patterns":[],"accepts_directories":true}],"writers":[{"command":"snouty-viewer.write_single_image","layer_types":["image"],"filename_extensions":[".ome.tif"],"display_name":""}],"widgets":[{"command":"snouty-viewer.get_native_view","display_name":"Native View","autogenerate":false},{"command":"snouty-viewer.batch_deskew_and_save","display_name":"Batch Deskew & Save","autogenerate":false},{"command":"snouty-viewer.position_extraction","display_name":"Position Extraction","autogenerate":false}],"sample_data":null,"themes":null,"menus":{},"submenus":null,"keybindings":null,"configuration":[]},"package_metadata":{"metadata_version":"2.1","name":"snouty-viewer","version":"0.2.5","dynamic":null,"platform":null,"supported_platform":null,"summary":"A plugin to visualize, deskew, and combine Snouty data.","description":"# snouty-viewer\n\n[![License MIT](https://img.shields.io/pypi/l/snouty-viewer.svg?color=green)](https://github.com/aelefebv/snouty-viewer/raw/main/LICENSE)\n[![PyPI](https://img.shields.io/pypi/v/snouty-viewer.svg?color=green)](https://pypi.org/project/snouty-viewer)\n[![Python Version](https://img.shields.io/pypi/pyversions/snouty-viewer.svg?color=green)](https://python.org)\n[![tests](https://github.com/aelefebv/snouty-viewer/workflows/tests/badge.svg)](https://github.com/aelefebv/snouty-viewer/actions/workflows/test_and_deploy.yml)\n[![codecov](https://codecov.io/gh/aelefebv/snouty-viewer/branch/main/graph/badge.svg)](https://codecov.io/gh/aelefebv/snouty-viewer)\n[![napari hub](https://img.shields.io/endpoint?url=https://api.napari-hub.org/shields/snouty-viewer)](https://napari-hub.org/plugins/snouty-viewer)\n\n## Description\nEasy to use plugin for opening raw Snouty files and converting them to native view.\n\nAllows for saving to ome.tif files with corresponding OME-XML based metadata.\n\nAlso allows for bulk deskewing and saving directories.\n\n![Example](https://i.imgur.com/VirE5DM.gif)\n\n## Intended Audience & Supported Data\nThis plugin is intended for those using a SOLS (Snouty) microscope collected via\n[Alfred Millett-Sikking's code](https://github.com/amsikking/SOLS_microscope).\n\nThis plugin accepts a folder with at least subdirectories of data and metadata as an input.\n\n## Quickstart\n\n### A. Getting the plugin working (choose either a or b, you don't have to do both)\n#### a. Through pip-install:\n1. pip install snouty-viewer (within a virtual environment of Python 3.8, 3.9, or 3.10 recommended)\n2. Open up napari\n#### b. Through Napari:\n1. Open up napari\n2. Plugins > Install/Uninstall plugins\n3. Search for \"snouty-viewer\"\n4. Install\n5. (Maybe need to) reopen napari\n\n### B. Viewing raw Snouty data\n- Drag and drop a root folder of your Snouty data. This is the folder that includes the data and metadata subfolders.\n- Select \"Snouty Viewer\" for opening.\n\n### C. Converting raw Snouty data to its native view\n1. Click plugins, snouty-viewer -> Native View\n2. Select the file you want to convert\n3. Press Deskew\n\n### D. Saving your native view file\n1. Select the channel (or multi-channel) layer you want to save\n2. File > Save Selected Layer(s)...\n3. Select where you want to save your file\n4. Title your file, \".ome.tif\" will automatically be appended.\n5. Save with \"Snouty Writer\"\n6. Wait (this could take a few minutes depending on your file's size and your hardware)\n\n### E. Batch saving\n1. Click plugins, snouty-viewer -> Batch Deskew & Save\n2. Input a directory (without quotes) that contains 1 or more Snouty-acquired directories.\n3. If you want to view your deskewed outputs, check the box.\n4. If you want to automatically save the deskewed outputs, check the box.\n5. Press Deskew and save\n6. Wait (this could take a few minutes depending on your files' sizes and your hardware)\n## Getting Help\n- Open up an issue on [GitHub](https://github.com/aelefebv/snouty-viewer/issues).\n- Start a thread on [image.sc](https://forum.image.sc/)\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 `snouty-viewer` via [pip]:\n\n pip install snouty-viewer\n\n\n\nTo install latest development version :\n\n pip install git+https://github.com/aelefebv/snouty-viewer.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 [MIT] license,\n\"snouty-viewer\" 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/aelefebv/snouty-viewer/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","description_content_type":"text/markdown","keywords":null,"home_page":"https://github.com/aelefebv/snouty-viewer","download_url":null,"author":"Austin E. Y. T. Lefebvre","author_email":"austin.e.lefebvre@gmail.com","maintainer":null,"maintainer_email":null,"license":"MIT","classifier":["Development Status :: 2 - Pre-Alpha","Framework :: napari","Intended Audience :: Developers","License :: OSI Approved :: MIT 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":["magicgui","napari","numpy","ome-types","tifffile","napari ; extra == 'testing'","pyqt5 ; extra == 'testing'","pytest ; extra == 'testing'","pytest-cov ; extra == 'testing'","pytest-qt ; extra == 'testing'","tox ; extra == 'testing'"],"requires_python":">=3.8","requires_external":null,"project_url":["Bug Tracker, https://github.com/aelefebv/snouty-viewer/issues","Documentation, https://github.com/aelefebv/snouty-viewer#README.md","Source Code, https://github.com/aelefebv/snouty-viewer","User Support, https://github.com/aelefebv/snouty-viewer/issues"],"provides_extra":["testing"],"provides_dist":null,"obsoletes_dist":null},"npe1_shim":false}