/ Published in: MatLab

Truncate Sinogram across Central Detector Bin
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
theta = -90: 1: 90; Sino = P'; Sino2 = truncSino(Sino, 0.3, 'ramp'); Sino3 = truncSino(Sino, 0.3); m = 0; n = 150;
Comments
