A toolkit for processing and visualizing particle pack data.
Reason this release was yanked:
Resolve import error in `io` module
Project description
Particle Pack Tools
Installation
To install the package, run:
pip install particle-pack-tools
Usage
Dataset I/O
Load particle pack datasets using:
from pptools.io import load_nc, load_nc_arr
Dataset Preprocessing
Preprocess particle pack datasets with:
from pptools.preprocess import crop_3d
# ...additional preprocessing functions...
Dataset Visualization
Visualize particle pack datasets using the Visualizer class:
from pptools.visualize import Visualizer
# Initialize the visualizer
vis = Visualizer()
# Plot a tomogram
vis.plot_tomo(tomo_img)
vis.show()
# Plot a multi-label mask
vis.plot_mask(mask_img)
vis.show()
Feel free to report any issues or share suggestions to help improve this toolkit.
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 particle_pack_tools-0.0.2.tar.gz.
File metadata
- Download URL: particle_pack_tools-0.0.2.tar.gz
- Upload date:
- Size: 10.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.11.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
595237b8a75d27c03c37d4c712dccaebf94fa3eeb0927c730ef0c50673ab4d98
|
|
| MD5 |
772fa6a704b12cf10c47d6d45a0e1ee2
|
|
| BLAKE2b-256 |
4349d9dd058f248906afa3b38b76bd0eeaedadcaf1257474d2026459a5cc1b59
|
File details
Details for the file particle_pack_tools-0.0.2-py3-none-any.whl.
File metadata
- Download URL: particle_pack_tools-0.0.2-py3-none-any.whl
- Upload date:
- Size: 11.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.11.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
df89d425995a7c02941065108db14a773b41de31b9a361c2c785eec11275acd9
|
|
| MD5 |
8ff78a13450f4925dda58a18c24f25ca
|
|
| BLAKE2b-256 |
25bd422cbaafc44f2727168d5863cafdce1029d5b43fe58021886ef20b52f60a
|