Skip to content

Commit

Permalink
Fix #371
Browse files Browse the repository at this point in the history
  • Loading branch information
AnderBiguri committed Jun 13, 2022
1 parent a8caee3 commit e33ee19
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions MATLAB/Algorithms/FDK.m
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,7 @@
% Ref:
% Wang, Ge. X-ray micro-CT with a displaced detector array. Medical Physics, 2002,29(7):1634-1636.
offset = geo.offDetector(1);
offset = offset + (geo.DSD(1)/geo.DSO(1))*geo.COR(1);
us = ((-geo.nDetector(1)/2+0.5):1:(geo.nDetector(1)/2-0.5))*geo.dDetector(1) + abs(offset);

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

0 comments on commit e33ee19

Please sign in to comment.