TIGRE icon indicating copy to clipboard operation
TIGRE copied to clipboard

TIGRE: Tomographic Iterative GPU-based Reconstruction Toolbox

Results 106 TIGRE issues
Sort by recently updated
recently updated
newest added

Strong to see the python version for scatter correction

# Summary Implemented FBP filtering on GPU using cuFFT. See #312 # Test ## Condition | Software | Version | | ------------- |:-------------:| |**Windows**| 10 64bit | |**Python(anaconda)**| 3.10.4 |...

This should be a user option, e.g. https://github.com/CERN/TIGRE/blob/master/Python/tigre/algorithms/krylov_subspace_algorithms.py#L66 or https://github.com/CERN/TIGRE/blob/master/MATLAB/Algorithms/CGLS.m#L94 We should have them on by default, but allow the user to disable it.

**Use cases** - Sinogram's image shape is not rectangler - Masking of problematic objects, like metal for MAR (metal artifact reduction) **How should it work IMO** A mask per sinogram's...

enhancement
Python
MATLAB

## Expected Behavior With FDK reconstructing subgroups of z-slices and then stacking them should lead to the same result as reconstructing the same volume. ## Actual Behavior When comparing a...

bug

The code runs but there is some mistake in the algorithm that makes it numerically go bad.

bug
Python

PR #396 will introduce many algorithms, but among others in MATLAB a feature to compare to ground truth data. I personally simply don't have time to add the feature in...

Python
good first issue

https://doi.org/10.1137/20M1326635

enhancement
CUDA

Some algorithms don't return the residual norm, which makes them arbitrarily inconsistent. Make all algorithms return this. I assume MLEM would need to return KL divergence instead.

bug
MATLAB

Stopping Rules for Algebraic Iterative Reconstruction Methods in Computed Tomography is a journal article whos results may be interesting to add to TIGRE