Skip to content

x4la/particle-tomography-results

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Particle Tomography Results (Demo)

This repository contains all scripts that were used to create the reconstructions and plots shown in the paper Particle Tomography: A Grid-Free Approach to Tomographic Reconstruction. The actual Particle Tomography algorithm is implemented here. (This link will become active once the paper is publicly available.)

To reproduce the results shown in the paper, follow these steps:

1. Clone the repository

git clone https://github.com/microscopic-image-analysis/particle_tomography_results.git
cd particle_tomography_results

2. Set up the environment

We provide a conda environment specification to ensure all dependencies are installed correctly.

conda env create -f environment.yml
conda activate particle-tomography-results

3. Install Particle Tomography

Follow the instructions given here to install the Particle Tomography package.

4. Run the scripts

From the repository root, run:

python scripts/main.py

This will run all benchmarks on the protein dataset and generate plots. Internally, it executes

benchmark.run_all_benchmarks()
plot.plot_protein(show_3d_volumes=False)

5. Notes

About

Comparison between tomographic reconstructions obtained through our method (particle_tomography), resire, sirt and fbp

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors