Skip to content

Commit 1df3eb1

Browse files
author
hanyoseob
committed
upload reconstruction image
1 parent 056dc25 commit 1df3eb1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

demo_parallelbeam_ct.m

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
% DSO : Distance from the Source to the Object [mm]
1313
% DSD : Distance from the Source to the Detector [mm]
1414
param.dAngle = 360; % degree
15-
param.nView = 180; % # of unit
15+
param.nView = 360; % # of unit
1616
param.dView = param.dAngle/param.nView; % degree
1717
param.pdView = linspace(0, param.dAngle - param.dAngle/param.nView, param.nView);
1818
param.DSO = 400 ; % mm
@@ -27,7 +27,7 @@
2727

2828
param.nDctX = 400; % # of elements
2929

30-
param.dOffsetDctX = 50; % # of elements
30+
param.dOffsetDctX = 30; % # of elements
3131

3232
param.compute_filtering = 'fft'; % method for computing the filtering function : 'conv', 'fft'
3333

img/reconstruction_image.png

21.2 KB
Loading

0 commit comments

Comments
 (0)