Skip to main content

A BioIO reader plugin for reading ND2 images.

Project description

bioio-nd2

Build Status PyPI version License Python 3.9+

A BioIO reader plugin for reading nd2 (Nikon microscope) files using nd2


Documentation

See the full documentation on our GitHub pages site - the generic use and installation instructions there will work for this package.

Information about the base reader this package relies on can be found in the bioio-base repository here

Installation

Stable Release: pip install bioio-nd2
Development Head: pip install git+https://github.com/bioio-devs/bioio-nd2.git

Example Usage (see full documentation for more examples)

Install bioio-nd2 alongside bioio:

pip install bioio bioio-nd2

This example shows a simple use case for just accessing the pixel data of the image by explicitly passing this Reader into the BioImage. Passing the Reader into the BioImage instance is optional as bioio will automatically detect installed plug-ins and auto-select the most recently installed plug-in that supports the file passed in.

from bioio import BioImage
import bioio_nd2

img = BioImage("my_file.nd2", reader=bioio_nd2.Reader)
img.data

Issues

Click here to view all open issues in bioio-devs organization at once or check this repository's issue tab.

Development

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

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

bioio-nd2-1.0.0.tar.gz (18.2 kB view details)

Uploaded Source

Built Distribution

bioio_nd2-1.0.0-py3-none-any.whl (11.9 kB view details)

Uploaded Python 3

File details

Details for the file bioio-nd2-1.0.0.tar.gz.

File metadata

  • Download URL: bioio-nd2-1.0.0.tar.gz
  • Upload date:
  • Size: 18.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/4.0.2 CPython/3.11.7

File hashes

Hashes for bioio-nd2-1.0.0.tar.gz
Algorithm Hash digest
SHA256 13bbc2b6509929b2e7f170c28880be5ebe9fe111fd7d6e9eff8aba146825ce67
MD5 9714ae67e8b2a76d97962f1e06f51928
BLAKE2b-256 b446f07a852e9a6ea50ca8d6521a4702f2daa69da5045d36d36ce4a680a22f1d

See more details on using hashes here.

File details

Details for the file bioio_nd2-1.0.0-py3-none-any.whl.

File metadata

  • Download URL: bioio_nd2-1.0.0-py3-none-any.whl
  • Upload date:
  • Size: 11.9 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/4.0.2 CPython/3.11.7

File hashes

Hashes for bioio_nd2-1.0.0-py3-none-any.whl
Algorithm Hash digest
SHA256 8a96a518481ec06194721c074850e7205eb372917ce1c3d333350417a7ebeea5
MD5 f81444d6a4d1a7be0413cd222d28ba03
BLAKE2b-256 88f2dd8c369ea07ec353f84bcc1466a49f8bc85e6383927b8de21765c730a659

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