Sciberia helper libraries
Project description
Sciberia helper libraries v0.1.6
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.6.tar.gz
(5.6 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file sciberia-0.1.6.tar.gz.
File metadata
- Download URL: sciberia-0.1.6.tar.gz
- Upload date:
- Size: 5.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/32.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.8 tqdm/4.62.3 importlib-metadata/4.10.1 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.9.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
bd16f397ea685f7defe9d29b770e6309c49b84d111ae9ea895fae28fb5f0e760
|
|
| MD5 |
3e41c6dfb3aa7178edc1be62d72b4108
|
|
| BLAKE2b-256 |
ab9a1c5507acda42581806f441aa6273b36d1b30f96ea52d061c6718efb803c9
|
File details
Details for the file sciberia-0.1.6-py3-none-any.whl.
File metadata
- Download URL: sciberia-0.1.6-py3-none-any.whl
- Upload date:
- Size: 6.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/32.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.8 tqdm/4.62.3 importlib-metadata/4.10.1 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.9.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7b53fcbe913e4a23dbc8a083b6863c876c65ffe0db9f6657037f902ff22e1772
|
|
| MD5 |
d9bdfa85af8ca70342c2657e3d4545bc
|
|
| BLAKE2b-256 |
732d3b189262c1ca33a4b4f6a3dd22523af43788916df0107baebdb171b4b633
|