A small package for custom image analysis tasks.
Project description
pybioimage
Installation
To install pybioimage run the following command.
pip install pybioimage
Usage
The package is divided into submodules for FRAP, vertex enrichment, and cell
aggregation analysis. Each of these submodules exposes an Analyzer class,
which constitutes the main class to use. These classes are instantiated with a
path pointing to the respective image. In order to make
that as simple as possible, there is a convenience function in the utils
module called find_files(). This function searches for and returns all
files from a given path fulfilling certain requirements. You can use this to
find all files that are supposed to be analyzed.
from pybioimage.utils import find_files
# Find all TIFF files in the 'data' folder but ignores files and folders
# starting with an underscore '_'.
find_files("data", pattern=".*\\.tiff$", ignore="^_.*")
Using regular expression, you can further finetune which files to return and then use those to instantiate your analyzer.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file pybioimage-0.1.0.tar.gz.
File metadata
- Download URL: pybioimage-0.1.0.tar.gz
- Upload date:
- Size: 14.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: python-requests/2.32.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
41235f7645a7d4dbac800353472a6edb214f7e98ee24c2ad0a9fd1b33b99db4e
|
|
| MD5 |
39aeab9f9e594977f20a13ed51574a3d
|
|
| BLAKE2b-256 |
8da6bef5800f8bdee6ad988bb38ec5f7a8932cf3abde2a8c3720948653f33f36
|
File details
Details for the file pybioimage-0.1.0-py3-none-any.whl.
File metadata
- Download URL: pybioimage-0.1.0-py3-none-any.whl
- Upload date:
- Size: 16.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: python-requests/2.32.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ca36436cd94c9ac27469242ad09e5aca8805435c028ee7fdcf96f66d55c37814
|
|
| MD5 |
696416452f6dd69882a18139c6084148
|
|
| BLAKE2b-256 |
d66c481161ef70581e47c38514bb1812648352ee5413300038ffb4b3ae99408a
|