Sciberia helper libraries
Project description
Sciberia helper libraries v0.1.2
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.2.tar.gz
(5.6 kB
view details)
Built Distribution
File details
Details for the file sciberia-0.1.2.tar.gz
.
File metadata
- Download URL: sciberia-0.1.2.tar.gz
- Upload date:
- Size: 5.6 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 | 777bbe1fb35145f4e2b783424ec3aa2028e16654f30ab8cd3a5458e024296f7c |
|
MD5 | dcfccfb1ea02cd7a942a788f4b4fffa8 |
|
BLAKE2b-256 | e22e68965eb1b03d4770a8ee47285c7b241c495a0c91c81287eca5d74ba56f4b |
File details
Details for the file sciberia-0.1.2-py3-none-any.whl
.
File metadata
- Download URL: sciberia-0.1.2-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.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 | 2b13a5344dd5f7b25ea561ff68f36101a2f618c666f67b91a59bbae96aaf1e1f |
|
MD5 | 9da363b2fe96a2cc0fd045188ae342e1 |
|
BLAKE2b-256 | 3281627655c2a47200be11ca71a7ccaf629e134f77605db511b81aad8b4b3bf3 |