Skip to content

Commit e33ee19

Browse files
committed
Fix #371
1 parent a8caee3 commit e33ee19

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

MATLAB/Algorithms/FDK.m

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -148,6 +148,7 @@
148148
% Ref:
149149
% Wang, Ge. X-ray micro-CT with a displaced detector array. Medical Physics, 2002,29(7):1634-1636.
150150
offset = geo.offDetector(1);
151+
offset = offset + (geo.DSD(1)/geo.DSO(1))*geo.COR(1);
151152
us = ((-geo.nDetector(1)/2+0.5):1:(geo.nDetector(1)/2-0.5))*geo.dDetector(1) + abs(offset);
152153

153154
us = us * geo.DSO(1)/geo.DSD(1);

0 commit comments

Comments
 (0)