Skip to main content

Code to interact with the "righty" fly CNS GridTape-TEM dataset

Project description

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

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

righty-0.1.0.tar.gz (3.8 kB view details)

Uploaded Source

Built Distribution

righty-0.1.0-py3-none-any.whl (4.1 kB view details)

Uploaded Python 3

File details

Details for the file righty-0.1.0.tar.gz.

File metadata

  • Download URL: righty-0.1.0.tar.gz
  • Upload date:
  • Size: 3.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.7.11

File hashes

Hashes for righty-0.1.0.tar.gz
Algorithm Hash digest
SHA256 6684f26e0aabab740103ae63b3855df8cf62cc91c1a0b124facb240b30c575bc
MD5 2a273c915158377137ac0ffa5d3101d9
BLAKE2b-256 883ed60c6d4f36242484d095edea51897e1ab8f198b671107ae2135a928076ab

See more details on using hashes here.

File details

Details for the file righty-0.1.0-py3-none-any.whl.

File metadata

  • Download URL: righty-0.1.0-py3-none-any.whl
  • Upload date:
  • Size: 4.1 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.7.11

File hashes

Hashes for righty-0.1.0-py3-none-any.whl
Algorithm Hash digest
SHA256 4904bb9c2f641c7a5b9ed37c335dc460a54d930fb64b7ad541c4c29a7f436401
MD5 27155ce0da0daadb73e784f679cd7c6f
BLAKE2b-256 8cd0b2d4f64627138ec18a68eec8ea0be703f808f60e03dbe5827945d8570093

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page