CERN / TIGRE

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

2d sinogram #595

Closed rasad-hub closed 3 weeks ago

rasad-hub commented 1 month ago

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?"


AnderBiguri commented 1 month ago

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

AnderBiguri commented 1 month ago

@rasad-hub yes! :)