Sciberia helper libraries
Project description
Sciberia helper libraries v0.1.5
Libraries include reader and process under MIT License
Install
python3 -m pip install -U sciberia
HOWTO
import numpy as np
from sciberia import Process, Reader
path = "/data/scans"
reader = Reader(path)
print(f"{len(reader.filenames)} studies in {path} directory")
data = np.eye(4)
process = Process(data)
dilated = process.dilation(data)
print(dilated)
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
sciberia-0.1.5.tar.gz
(5.7 kB
view details)
Built Distribution
File details
Details for the file sciberia-0.1.5.tar.gz
.
File metadata
- Download URL: sciberia-0.1.5.tar.gz
- Upload date:
- Size: 5.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.7.1 importlib_metadata/4.10.0 pkginfo/1.8.2 requests/2.27.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | e4486d9da22794031827d94cdb0f6a49d645dcb76849855c994237a225db5bd9 |
|
MD5 | e2bbaedf1869a2aafbc09cc629eb57d5 |
|
BLAKE2b-256 | e550c1a6e1df0acb2e8f29ddf145e1dc23ee5ed1ad33a9a38625860c372389cd |
File details
Details for the file sciberia-0.1.5-py3-none-any.whl
.
File metadata
- Download URL: sciberia-0.1.5-py3-none-any.whl
- Upload date:
- Size: 6.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.7.1 importlib_metadata/4.10.0 pkginfo/1.8.2 requests/2.27.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 27f701fd73740781033763b03a6297ee714499a9c27a6b2769b6f5dc3a87d32c |
|
MD5 | 577af592c57e66ed3dd7b292eb27ef83 |
|
BLAKE2b-256 | 33a2b83f47e46e635f8cb808fc10e0f5af08781806ebebde92d8faf80ca3de9b |