Skip to content

Commit

Permalink
Us4R: use incoherent compounding
Browse files Browse the repository at this point in the history
  • Loading branch information
PiotrKarwat committed Jan 10, 2022
1 parent cdfe555 commit d1875ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/matlab/arrus/Us4R.m
Original file line number Diff line number Diff line change
Expand Up @@ -1067,7 +1067,7 @@ function closeSequence(obj)
if obj.rec.bmodeEnable
rfBfr = obj.runCudaReconstruction(rfRaw,'bmode');

rfBfr = mean(rfBfr,3,'omitnan');
rfBfr = mean(abs(rfBfr),3,'omitnan');
end

% Color Doppler image reconstruction
Expand Down

0 comments on commit d1875ef

Please sign in to comment.