Skip to main content

AICSImageIO bindings for napari

Project description

napari-aicsimageio

License Build Status Code Coverage

AICSImageIO bindings for napari


Features

  • Supports reading metadata and imaging data for:
    • OME-TIFF
    • TIFF
    • CZI (Zeiss)
    • LIF (Leica)
    • ND2 (Nikon)
    • DV (DeltaVision)
    • Any formats supported by aicsimageio
    • Any formats supported by bioformats
    • Any additional format supported by imageio

While upstream aicsimageio is released under BSD-3 license, this plugin is released under GPLv3 license because it installs all format reader dependencies.

Installation

Stable Release: pip install napari-aicsimageio or conda install napari-aicsimageio -c conda-forge
Development Head: pip install git+https://github.com/AllenCellModeling/napari-aicsimageio.git

Reading Mode Threshold

This image reading plugin will load the provided image directly into memory if it meets the following two conditions:

  1. The filesize is less than 4GB.
  2. The filesize is less than 30% of machine memory available.

If either of these conditions isn't met, the image is loaded in chunks only as needed.

Examples of Features

General Image Reading

All image file formats supported by aicsimageio will be read and all raw data will be available in the napari viewer.

In addition, when reading an OME-TIFF, you can view all OME metadata directly in the napari viewer thanks to ome-types.

screenshot of an OME-TIFF image view, multi-channel, z-stack, with metadata viewer

Multi-Scene Selection

When reading a multi-scene file, a widget will be added to the napari viewer to manage scene selection (clearing the viewer each time you change scene or adding the scene content to the viewer) and a list of all scenes in the file.

gif of drag and drop file to scene selection and management

Access to the AICSImage Object and Metadata

napari viewer with console open showing viewer.layers[0].metadata

You can access the AICSImage object used to load the image pixel data and image metadata using the built-in napari console:

img = viewer.layers[0].metadata["aicsimage"]
img.dims.order  # TCZYX
img.channel_names  # ["Bright", "Struct", "Nuc", "Memb"]
img.get_image_dask_data("ZYX")  # dask.array.Array

The napari layer metadata dictionary also stores a shorthand for the raw image metadata:

viewer.layers[0].metadata["raw_image_metadata"]

The metadata is returned in whichever format is used by the underlying file format reader, i.e. for CZI the raw metadata is returned as an xml.etree.ElementTree.Element, for OME-TIFF the raw metadata is returned as an OME object from ome-types.

Lastly, if the underlying file format reader has an OME metadata conversion function, you may additionally see a key in the napari layer metadata dictionary called "ome_types". For example, because the AICSImageIO CZIReader and BioformatsReader both support converting raw image metadata to OME metadata, you will see an "ome_types" key that stores the metadata transformed into the OME metadata model.

viewer.layers[0].metadata["ome_types"]  # OME object from ome-types

Mosaic Reading

When reading CZI or LIF images, if the image is a mosaic tiled image, napari-aicsimageio will return the reconstructed image:

screenshot of a reconstructed / restitched mosaic tile LIF

Development

See CONTRIBUTING.md for information related to developing the code.

For additional file format support, contributed directly to AICSImageIO. New file format support will become directly available in this plugin on new aicsimageio releases.

Citation

If you find aicsimageio (or napari-aicsimageio) useful, please cite as:

AICSImageIO Contributors (2021). AICSImageIO: Image Reading, Metadata Conversion, and Image Writing for Microscopy Images in Pure Python [Computer software]. GitHub. https://github.com/AllenCellModeling/aicsimageio

Free software: GPLv3

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

napari-aicsimageio-0.7.1.tar.gz (25.3 kB view details)

Uploaded Source

Built Distribution

napari_aicsimageio-0.7.1-py3-none-any.whl (23.3 kB view details)

Uploaded Python 3

File details

Details for the file napari-aicsimageio-0.7.1.tar.gz.

File metadata

  • Download URL: napari-aicsimageio-0.7.1.tar.gz
  • Upload date:
  • Size: 25.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.9.13

File hashes

Hashes for napari-aicsimageio-0.7.1.tar.gz
Algorithm Hash digest
SHA256 e3442618349498e4e4f3a368fc2f0c33e0ba5f5814420ffc7e98309fed9f2f83
MD5 1f8885dd7c45b5c8a72ebbd931a95e60
BLAKE2b-256 6d9cfa72e3f62d3507cd48af46b06f4c9279597c5d611bf704809f2a35a5e463

See more details on using hashes here.

File details

Details for the file napari_aicsimageio-0.7.1-py3-none-any.whl.

File metadata

File hashes

Hashes for napari_aicsimageio-0.7.1-py3-none-any.whl
Algorithm Hash digest
SHA256 d62b24e93ea4ce75e1a656eecad4fe5f54534d33662dd05d79bc215b7a31fe74
MD5 a3c3c66e67fd888aa9d63d09f57962d9
BLAKE2b-256 7c0a0373d327e19f55bfe9d5663933c7ab7c1e808b0ac738e6fbf4a60d9bf886

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page