CERN / TIGRE

TIGRE: Tomographic Iterative GPU-based Reconstruction Toolbox
BSD 3-Clause "New" or "Revised" License
581 stars 190 forks source link

2D sinogram #590

Closed rasad-hub closed 1 month ago

rasad-hub commented 1 month ago

Hello, I have a two-dimensional sinogram matrix that I prepared from Phantom, how can I reconstruct this two-dimensional sinogram with package algorithms? Do I need to make the sinogram three-dimensional by manipulating it in MATLAB?

AnderBiguri commented 1 month ago

Hi! you can have a look at the 2D demo: https://github.com/CERN/TIGRE/blob/master/MATLAB/Demos/d16_2Dtomography.m

Let me know if you have any questions.