AreTomo (w)rapper for rln4
Project description
li'l AreTomo
A lightweight Python API for AreTomo.
Installation
It is recommended to install into a fresh virtual environment.
pip install lil_aretomo
Usage
import numpy as np
import mrcfile
from lil_aretomo import align_tilt_series
tilt_series = mrcfile.read('my_tilt_series.mrc')
align_tilt_series(
tilt_series=tilt_series,
tilt_angles=np.linspace(-60, 60, 41),
pixel_size=1.35, # angstroms per pixel
sample_thickness_nanometers=2000, # angstroms
correct_tilt_angle_offset=True,
basename='TS_01', # basename for files passed to AreTomo
output_directory='TS_01_AreTomo',
skip_if_completed=False # set to True to skip if results from a previous alignment are present
)
For developers
We use pre-commit to ensure code style and formatting remains consistent.
To install the package in editable mode development dependencies
pip install -e .[dev]
pre-commit install
Flake8, black and isort will then run automatically on each commit.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
lil_aretomo-0.0.16.tar.gz
(8.9 kB
view details)
Built Distribution
File details
Details for the file lil_aretomo-0.0.16.tar.gz
.
File metadata
- Download URL: lil_aretomo-0.0.16.tar.gz
- Upload date:
- Size: 8.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.10.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | e50d98dd4a710c90d41972595e555fef8ad268faddaaa7c831a9e66b222c24c4 |
|
MD5 | 5d7090553c3c4bb29f0afa6ac0ecd5a0 |
|
BLAKE2b-256 | 6bb43aa015665ef93fc6bfc4413c0df8b9f5bed3a480119f3d200b8f3dc598c6 |
File details
Details for the file lil_aretomo-0.0.16-py2.py3-none-any.whl
.
File metadata
- Download URL: lil_aretomo-0.0.16-py2.py3-none-any.whl
- Upload date:
- Size: 6.6 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.10.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 827bb9783900f4e85ff019fc70a49f988a543ec580d626990cbf6f9141f94886 |
|
MD5 | 92612c1952e204c43424ffbb22d14cbc |
|
BLAKE2b-256 | 5dc79ac2979a9742cdda5bf31ad068a6f3c3bd01621abbe62f1b6f65db83fb10 |