Sciberia helper libraries
Project description
Sciberia helper libraries v0.1.1
Libraries include reader and process under MIT License
Install
python3 -m pip install --upgrade sciberia
HOWTO
import numpy as np
from sciberia import Process, Reader
path = "/data/scans"
reader = Reader(path)
reader.read_filenames()
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.1.tar.gz
(5.9 kB
view details)
Built Distribution
File details
Details for the file sciberia-0.1.1.tar.gz
.
File metadata
- Download URL: sciberia-0.1.1.tar.gz
- Upload date:
- Size: 5.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.7.1 importlib_metadata/4.8.2 pkginfo/1.8.2 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 7ede58db7861055ec3a607c17c71bbbda46e53f00e7d2394fd8a740d3e89fd4c |
|
MD5 | 03406527fb5c14568dfe164ce9f8d6cc |
|
BLAKE2b-256 | 27c45534df6ad64f4427d1e265731fce5608cf359fbe82e4997dd35b0bda0da7 |
File details
Details for the file sciberia-0.1.1-py3-none-any.whl
.
File metadata
- Download URL: sciberia-0.1.1-py3-none-any.whl
- Upload date:
- Size: 6.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.7.1 importlib_metadata/4.8.2 pkginfo/1.8.2 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 1b6fb84fb4d72ba47a6ee4dd31bb396866fee27a6d2614e0107a6dec9d07e41e |
|
MD5 | 1d852fcb9f73a407fbae5ecf59570561 |
|
BLAKE2b-256 | 80e3a39a2dcff9adf2b64566138f7e7d3c9c782b9bb9c12d3d9afa29d754e20e |