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

bug
enhancement
Python
good first issue

The rationale to not have this before was that the parallel beam case was trivially parallelizable, i.e. you could call 4 instance of TIGRE, instead of spreading a single instance...

enhancement
CUDA

When CGLS increases the L2 norm in an iteration, we can instead of just exiting (what MATLAB does now), restart the algorithm. This means calling it again with an initial...

enhancement
Python
MATLAB
good first issue

Does the same as plotProj but with a transposed input, slicing on a different axis.

enhancement
MATLAB
good first issue

These only exist for MATLAB. Adding CT data loaders to python is of interest. - [ ] Varian CBCT - [ ] Philips (DICOM) - [x] Nikon

enhancement
Python

I am trying to do CBCT reconstruction. There is a detector offset in the Z-axis, namely ` geo.offDetector = [0; -120]; % Offset of Detector (mm) ` which leads to...

enhancement

Some people like CMake to compile TIGRE.

enhancement