Skip to main content

Automated quantification of fibrous networks

Project description

Qiber3D

Automated quantification of fibrous networks

PyPi Status

Documentation

License Github issues

Coverage Build

Binder Binder

Setup

pip install Qiber3D

You can install the latest version

pip install -U git+https://github.com/theia-dev/Qiber3D.git#egg=Qiber3D

or the dev version directly from GitHub.

pip install -U git+https://github.com/theia-dev/Qiber3D.git@dev#egg=Qiber3D

Quick usage

An image stack or a preprocessed network can be loaded with Network.load() To follow this example, you can download the image stack from figshare under doi:10.6084/m9.figshare.13655606 or use the Example class.

import logging
from Qiber3D import Network, config
from Qiber3D.helper import Example, change_log_level

config.extract.nd2_channel_name = 'FITC'
change_log_level(logging.DEBUG)

net_ex = Example.nd2()
net = Network.load(net_ex)
print(net)
# Input file: microvascular_network.nd2
#   Number of fibers: 459 (clustered 97)
#   Number of segments: 660
#   Number of branch points: 130
#   Total length: 16056.46
#   Total volume: 1240236.70
#   Average radius: 4.990
#   Cylinder radius: 4.959
#   Bounding box volume: 681182790

net.save(save_steps=True)
# Qiber3D_core [INFO] Network saved to Exp190309_PrMECs-NPF180_gel4_ROI-c.qiber

net.render.show()
net.render.compare()

A more extensive interactive example is available as a Jupyter notebook. You can try it out directly on Binder. More in-depth documentation, including details on the inner working, can be found at Read the docs.

The complete source code is available on GitHub.

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

Qiber3D-0.7.0.tar.gz (39.5 kB view details)

Uploaded Source

Built Distribution

Qiber3D-0.7.0-py3-none-any.whl (41.8 kB view details)

Uploaded Python 3

File details

Details for the file Qiber3D-0.7.0.tar.gz.

File metadata

  • Download URL: Qiber3D-0.7.0.tar.gz
  • Upload date:
  • Size: 39.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/4.5.0 pkginfo/1.7.0 requests/2.24.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.8.10

File hashes

Hashes for Qiber3D-0.7.0.tar.gz
Algorithm Hash digest
SHA256 01c87187b7940717270ddd7266bf270d5bf9bf1e13f31bcd6a323975a597b80b
MD5 a88dcea2a0530a67b371c19fb3ab1791
BLAKE2b-256 2824f2714721c48c75cafe2e55f4abf1a035cce213371b9e3f7b53125e0c8f7a

See more details on using hashes here.

File details

Details for the file Qiber3D-0.7.0-py3-none-any.whl.

File metadata

  • Download URL: Qiber3D-0.7.0-py3-none-any.whl
  • Upload date:
  • Size: 41.8 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/4.5.0 pkginfo/1.7.0 requests/2.24.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.8.10

File hashes

Hashes for Qiber3D-0.7.0-py3-none-any.whl
Algorithm Hash digest
SHA256 fc2326025ac84ab0d8ecbc74a5cd5ff0f78107d2a85dad4a1e394e64b0da646f
MD5 96780f1bd210f3e72df05976f4c2e2a0
BLAKE2b-256 a9b379461b216f2d5a05e4c59495f79ddfa9d8bca044127684b55607c6df3fab

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