Sciberia helper libraries
Project description
Sciberia helper libraries v0.1.3
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.3.tar.gz
(5.6 kB
view details)
Built Distribution
File details
Details for the file sciberia-0.1.3.tar.gz
.
File metadata
- Download URL: sciberia-0.1.3.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 | e1ce76cb7596d559d364ca7416328b3dfda14ff5e30914295188cc375735fc38 |
|
MD5 | 5fe8f1a84ae040051812454cb4bf59b5 |
|
BLAKE2b-256 | 850cdc438f5c2ccfa18ceb4f13cb7a02931719d548eb1c9953785078fe4b7c05 |
File details
Details for the file sciberia-0.1.3-py3-none-any.whl
.
File metadata
- Download URL: sciberia-0.1.3-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 | 43ed9f602d9c6a505218b3646070391bcae45f2907b58cbfb645797f6e3febe9 |
|
MD5 | 9eb9b9144493ae1f9ae18f5e321e91ef |
|
BLAKE2b-256 | d760365779186b343adc0ecfabbf7a6047e285c66d58255a6e7041cd00ba5f2d |