Image quality assessment for electron tomography
Project description
quoll
Image quality assessment for electron tomography
Installation
Users (pip)
- Create a new conda environment, name it whatever you'd like, but don't forget to activate it
conda create -n quoll python=3.7
conda activate quoll
- Pip install
pip install quoll
Developers
- Clone the repository. In a terminal:
git clone https://github.com/rosalindfranklininstitute/quoll.git
- Navigate to the Quoll directory and create a new conda environment for Quoll. Don't forget to activate this environment
conda env create -n quoll python=3.7
conda activate quoll
- Pip install the quoll package
pip install -e .
Examples
The examples folder contains Jupyter notebooks for example usage.
Alternatively the tests also go through some ways of using quoll.
CLI Usage examples
To use the one-image FRC in the command line, once Quoll is installed.
oneimgFRC -h
brings up the help options for the one image FRC
To run the one image FRC on a single image without tiling (i.e., estimate resolution of the entire image),
oneimgFRC <image_filename> <pixel_size>
To run the one image FRC on a single image split into square tiles of length n
pixels,
oneimgFRC <image_filename> <pixel_size> --tile_size <n, e.g., 128> --tiles_dir <tiles_dir>
The resolution results, resolution heatmap, and the overlay of the resolution heatmap on the image can be saved with the flags --save_csv
, --save_overlay
, --save_heatmap
.
The resolution heatmap overlaid on the original image can be displayed with the --show_plot
flag.
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
Built Distribution
File details
Details for the file quoll-0.0.0.tar.gz
.
File metadata
- Download URL: quoll-0.0.0.tar.gz
- Upload date:
- Size: 17.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.7.13
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 7ec2f5a0301e3071af5b478129ab906162299728f6b99d4a613368b5813437fe |
|
MD5 | caf87fc0df7f79f173172790e7882b39 |
|
BLAKE2b-256 | eee5daba06589cf6491c1f48482264f2bb5b404ff9fecdae646e07de190ba1a2 |
Provenance
File details
Details for the file quoll-0.0.0-py3-none-any.whl
.
File metadata
- Download URL: quoll-0.0.0-py3-none-any.whl
- Upload date:
- Size: 19.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.7.13
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 3c469f98f7f145ab2f1945f8a2509fa9b981c2b2c2f1f3243499dabd5ee94c59 |
|
MD5 | a0ac9eebf3e83d1adb26b83f51b74e2c |
|
BLAKE2b-256 | 86958a994c226775f8195764076a7cf90bfe36e2fd0a97255c065db1c2c77e09 |