Sciberia helper libraries
Project description
Sciberia helper libraries v0.1.4
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.4.tar.gz
(5.7 kB
view details)
Built Distribution
File details
Details for the file sciberia-0.1.4.tar.gz
.
File metadata
- Download URL: sciberia-0.1.4.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 | 129887252838301c379312b0181a5c5154d1662d7bf3e189284e3167304eb602 |
|
MD5 | 80a06b673c3b95b7c171974879359d72 |
|
BLAKE2b-256 | dcf1f8fdb7dbacd35cd1b01dbd8e5cb3f368f5118afbb324d40d075bddb90c18 |
File details
Details for the file sciberia-0.1.4-py3-none-any.whl
.
File metadata
- Download URL: sciberia-0.1.4-py3-none-any.whl
- Upload date:
- Size: 6.2 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 | 3246867e364946c19a24f604c9540a81aa9812698bd4d6635bd31e44e0ac099e |
|
MD5 | 332e6bea7c4e185122bd22863936f082 |
|
BLAKE2b-256 | dc7cdf86858076bc859be4379026e2b9233c4bfd5f863413304ffc1209ea72e2 |