Ortho Viewer Widget

Napari 3D Ortho Viewer - an ortho viewer for napari for 3D images

  • Niklas Netter

License PyPI Python Version tests codecov napari hub

Napari 3D Ortho Viewer - an ortho viewer for napari for 3D images


https://github.com/gatoniel/napari-3d-ortho-viewer/assets/40384506/4296dc11-ea37-40a0-8b17-eeb77480672f

This plugin is heavily inspired by ortho-view-napari.

Check out this post on image.sc (https://forum.image.sc/t/napari-visualization-in-3-planes/57768) for more infos about multiview support in napari.

This viewer has some additional features:

  • double click to jump to specific position in all slices
  • additional 3d view of 3d stack with lines or planes indicating current position

Installation

You can install napari-3d-ortho-viewer via pip:

pip install napari-3d-ortho-viewer

To install latest development version :

pip install git+https://github.com/gatoniel/napari-3d-ortho-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, "napari-3d-ortho-viewer" is free and open source software

Issues

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

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

Version:

  • 0.1.5

Last updated:

  • 2023-11-21

First released:

  • 2023-11-21

License:

  • MIT

Supported data:

  • Information not submitted

Plugin type:

Open extension:

Save extension:

Python versions supported:

Operating system:

  • Information not submitted

Requirements:

  • numpy
  • magicgui
  • qtpy
  • scikit-image
  • tox ; extra == 'testing'
  • pytest ; extra == 'testing'
  • pytest-cov ; extra == 'testing'
  • pytest-qt ; extra == 'testing'
  • napari ; extra == 'testing'
  • pyqt5 ; extra == 'testing'
Website by the napari team, original design by CZI. Go to napari main website.