Skip to main content

Python tool for interactive visualisation and analysis of tomography data.

Project description

PeepingTom

Codecov branch PyPI PyPI - Python Version

PeepingTom is a python tool enable easy interaction with cryo-ET and subtomogram averaging data. It leverages the fast, multi-dimensional napari viewer and the scientific python stack.

DISCLAIMER: this package is in early development phase. Expect frequent bugs and crashes. Feel free to report them on the issue tracker.

Installation

pip install peepingtom

Basic Usage

To look at some data:

import peepingtom as pt
p = pt.peep('path_to_data.star')
p = pt.peep('path_to.mrc')
p = pt.peep('path_to_dir', recursive=True, filters='filename_regex')

Tips

To navigate nested attributes in Peeper, you can use the convenient dot notation:

p.datablocks.depictor.layers.visible  # visible status of all the napari layers

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

peepingtom-0.1.0.tar.gz (32.1 kB view hashes)

Uploaded Source

Built Distribution

peepingtom-0.1.0-py3-none-any.whl (50.9 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