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

SART and SART_TV have a different W computation. Code is quite repeated, so a new fuunction computeW should be added that all SART-like algorithm use.

bug
enhancement
MATLAB

- fix for #399 (not only `Ax`, but also all the cuda-numpy interface functions potentially have the same issue.) - the memory order of the numpy arrays must be c-contiguous...

I'm trying to run `Python/demos/d03_generateData.py` with the head phantom that is flipped upside down. If I run the original demo code, it works. But if I add this one line...

hello when i rewrite demos in jupyter notebook , in some demos like number 3/4/7/... , in plotting part , code run without error but for result it just show...

I found that there is a d19_DBTexample in the MATLAB version, but there python version is missing. I tried to adapt the geometry setting in the d19_DBTexample.m into the python...

## Expected Behavior I am using pytorch and TIGRE together to do inverse projection, but I found that when I put pytorch and TIGRE on the same GPU, it will...

## Expected Behavior Running d01 on TIGRE for Python in a nightly build of 12/11. ## Actual Behavior An Expection was thrown, the traceback as follows: Exception in Tkinter callback...

## Expected Behavior When running `pip install .` I expect it to install. ## Actual Behavior Errors due to Cython module being not found. Have tried with cython 3.0.0 and...

## Expected Behavior After implementing SIRT, I expect the CT reconstruction volume to be the same as the ground truth CT. ## Actual Behavior I slightly adjusted demo 1,2,3 to...