Python code for the "righty" GridTape-TEM dataset
Installation
Install this package into your python environment using pip:
# Install from Python Package Index
pip install righty
# Install from GitHub
pip install git+https://github.com/jasper-tms/righty
To later pull updates, use:
# If you installed from PyPI
pip install --upgrade righty
# If you installed from GitHub
pip install --force-reinstall git+https://github.com/jasper-tms/righty
Get started
Launch python, import this package, and get started by looking at the dataset's description:
import righty
print(righty.info.dataset_description)
See what other information is available:
print(righty.info.descriptions)
# Or if you want to print these descriptions formatted nicely:
import json
print(json.dumps(righty.info.descriptions, indent=2))
Then access the info you are interested in, e.g.:
voxel_size = righty.info.voxel_size
shape = righty.info.shape
Release files for righty 0.1.0
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| righty-0.1.0.tar.gz | 3.8 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| righty-0.1.0-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 7.9 kB
Release files / righty-0.1.0.tar.gz
| Download URL | righty-0.1.0.tar.gz |
|---|---|
| Size | 3.8 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
6684f26e0aabab740103ae63b3855df8cf62cc91c1a0b124facb240b30c575bc
|
|
BLAKE2b-256 checksum How to use checksums |
883ed60c6d4f36242484d095edea51897e1ab8f198b671107ae2135a928076ab
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.2 CPython/3.7.11
|
Release files / righty-0.1.0-py3-none-any.whl
| Download URL | righty-0.1.0-py3-none-any.whl |
|---|---|
| Size | 4.1 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
4904bb9c2f641c7a5b9ed37c335dc460a54d930fb64b7ad541c4c29a7f436401
|
|
BLAKE2b-256 checksum How to use checksums |
8cd0b2d4f64627138ec18a68eec8ea0be703f808f60e03dbe5827945d8570093
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.2 CPython/3.7.11
|