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 hashes)

Uploaded Source

Built Distribution

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

Uploaded Python 3

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