Skip to main content

QIM tools and user interfaces

Project description

QIM3D (Quantitative Imaging in 3D)

QIM is a Python library for 3D quantitative imaging analysis. It provides functionality for handling data, as well as tools for visualization and analysis.

 

Installation

Install using pip:

pip install qim3d

 

Usage

 

Loading Data

To load image data from a file, use qim.io.load()

import qim3d

# Load a TIFF file
vol = qim3d.io.load("path/to/file.tif")

# Load a TIFF file as a virtual stack
vol = qim3d.io.load("path/to/file.tif", virtual_stack=True)

 

GUI Components

QIM provides GUI components for interactive data exploration. The qim3d.gui module contains various classes for visualization and analysis:

import qim3d

app = qim3d.gui.iso3d.Interface()
app.launch()

Graphical interfaces currently available:

  • Data exploration tool (qim3d.gui.data_exploration)
  • 3D visualization with isosurfaces (qim3d.gui.iso3d)
  • Local thickness (qim3d.gui.local_thickness)

 

Contributing

Contributions to QIM are welcome! If you find a bug, have a feature request, or would like to contribute code, please open an issue or submit a pull request.

 

License

This project is licensed under the MIT License.

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

qim3d-0.1.0.tar.gz (14.0 kB view details)

Uploaded Source

Built Distribution

qim3d-0.1.0-py3-none-any.whl (16.6 kB view details)

Uploaded Python 3

File details

Details for the file qim3d-0.1.0.tar.gz.

File metadata

  • Download URL: qim3d-0.1.0.tar.gz
  • Upload date:
  • Size: 14.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.10.6

File hashes

Hashes for qim3d-0.1.0.tar.gz
Algorithm Hash digest
SHA256 976ce0c2cf5dc1d1f072496b3551cf31a32914adf3fd995b038f0307b15c32c9
MD5 938eb8afa263b9127d1f83ec5481b242
BLAKE2b-256 6bdffdeaa2df74c293ae7ba13312d1547b96611eb32f9e5f826708db5766d9d1

See more details on using hashes here.

File details

Details for the file qim3d-0.1.0-py3-none-any.whl.

File metadata

  • Download URL: qim3d-0.1.0-py3-none-any.whl
  • Upload date:
  • Size: 16.6 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.10.6

File hashes

Hashes for qim3d-0.1.0-py3-none-any.whl
Algorithm Hash digest
SHA256 a96e58ba8bfe8946099d6caddfcc3c6da1da1a98088fb6ba0bb5bdb6155c84ee
MD5 f40c0653eed3646cbafdc9f47e346d90
BLAKE2b-256 fbb09376bea90166e1dd09cce3acbe1de5fb9489affaa10d0c06dc7e66c8375c

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