Skip to main content

A BioIO reader plugin for reading LIF (Leica Image File) images.

Project description

bioio-lif

Build Status PyPI version License: GPL v3 Python 3.9+

A BioIO reader plugin for reading LIF (Leica) images using readlif


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-lif
Development Head: pip install git+https://github.com/bioio-devs/bioio-lif.git

Example Usage (see full documentation for more examples)

Install bioio-lif alongside bioio:

pip install bioio bioio-lif

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_lif

img = BioImage("my_file.lif", reader=bioio_lif.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-lif-1.0.0.tar.gz (36.6 kB view details)

Uploaded Source

Built Distribution

bioio_lif-1.0.0-py3-none-any.whl (30.1 kB view details)

Uploaded Python 3

File details

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

File metadata

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

File hashes

Hashes for bioio-lif-1.0.0.tar.gz
Algorithm Hash digest
SHA256 f1d139af428889c59ec530ab125945db36df2f151793ae0aa93682970da00fc7
MD5 820f783bd1c21aede21baf4936d29c4d
BLAKE2b-256 cd9571082ad4c996360b6f87deb0bfa5df489177e9f9de7d54625567f708788e

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for bioio_lif-1.0.0-py3-none-any.whl
Algorithm Hash digest
SHA256 2732caf30f663726f71ff3e720f81e0f8657a1f397b5d6891199b70517f4ce7a
MD5 dd5d1ba84678765aa81155015fdcdbe6
BLAKE2b-256 9ea3fdea83d73efa2680c3b5a82d1637e6cf2330f22448bf1c7b739772fa6326

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