Snouty Viewer

snouty-viewer

A plugin to visualize, deskew, and combine Snouty data.

License MIT PyPI Python Version tests codecov napari hub

Description

Easy to use plugin for opening raw Snouty files and converting them to native view.

Allows for saving to ome.tif files with corresponding OME-XML based metadata.

Also allows for bulk deskewing and saving directories.

Example

Intended Audience & Supported Data

This plugin is intended for those using a SOLS (Snouty) microscope collected via Alfred Millett-Sikking's code.

This plugin accepts a folder with at least subdirectories of data and metadata as an input.

Quickstart

A. Getting the plugin working (choose either a or b, you don't have to do both)

a. Through pip-install:

  1. pip install snouty-viewer (within a virtual environment of Python 3.8, 3.9, or 3.10 recommended)
  2. Open up napari

b. Through Napari:

  1. Open up napari
  2. Plugins > Install/Uninstall plugins
  3. Search for "snouty-viewer"
  4. Install
  5. (Maybe need to) reopen napari

B. Viewing raw Snouty data

  • Drag and drop a root folder of your Snouty data. This is the folder that includes the data and metadata subfolders.
  • Select "Snouty Viewer" for opening.

C. Converting raw Snouty data to its native view

  1. Click plugins, snouty-viewer -> Native View
  2. Select the file you want to convert
  3. Press Deskew

D. Saving your native view file

  1. Select the channel (or multi-channel) layer you want to save
  2. File > Save Selected Layer(s)...
  3. Select where you want to save your file
  4. Title your file, ".ome.tif" will automatically be appended.
  5. Save with "Snouty Writer"
  6. Wait (this could take a few minutes depending on your file's size and your hardware)

E. Batch saving

  1. Click plugins, snouty-viewer -> Batch Deskew & Save
  2. Input a directory (without quotes) that contains 1 or more Snouty-acquired directories.
  3. If you want to view your deskewed outputs, check the box.
  4. If you want to automatically save the deskewed outputs, check the box.
  5. Press Deskew and save
  6. Wait (this could take a few minutes depending on your files' sizes and your hardware)

Getting Help


This napari plugin was generated with Cookiecutter using @napari's cookiecutter-napari-plugin template.

Installation

You can install snouty-viewer via pip:

pip install snouty-viewer

To install latest development version :

pip install git+https://github.com/aelefebv/snouty-viewer.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 MIT license, "snouty-viewer" is free and open source software

Issues

If you encounter any problems, please file an issue along with a detailed description.

Version:

  • 0.2.5

Last updated:

  • 27 July 2023

First released:

  • 31 August 2022

License:

Supported data:

  • Information not submitted

Open extension:

  • Information not submitted

Save extension:

Save layers:

GitHub activity:

  • Stars: 1
  • Forks: 0
  • Issues + PRs: 0

Python versions supported:

Operating system:

Requirements:

  • magicgui
  • napari
  • numpy
  • ome-types
  • tifffile

Sign up to receive updates