Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
AnderBiguri committed Dec 14, 2022
1 parent 0197885 commit f58fb83
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions MATLAB/Utilities/redundancy_weighting.m
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
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);
theta = (end.sDetector(1)/2 - abs(end.offDetector(1)))...
* sign(end.offDetector(1));
theta = (geo.sDetector(1)/2 - abs(geo.offDetector(1)))...
* sign(geo.offDetector(1));
abstheta = abs(theta * geo.DSO(1)/geo.DSD(1));

w = ones([geo.nDetector(2),geo.nDetector(1)]);
Expand Down

0 comments on commit f58fb83

Please sign in to comment.