CERN / TIGRE

TIGRE: Tomographic Iterative GPU-based Reconstruction Toolbox

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

2d sinogram

rasad-hub opened this issue · comments

Hello, I need to reconstruct my sinogram matrix with dimensions 300x180. I used your 2D demo, but unfortunately, I’m encountering this error. Could you please guide me?"


Have a look at the demo again. The size of proj has to be 3D, with one of the dimensions being of size 1.

@rasad-hub yes! :)