Skip to content

Commit

Permalink
Fix the figure
Browse files Browse the repository at this point in the history
  • Loading branch information
gBringout committed Feb 23, 2016
1 parent 81a0c58 commit 4b4c07b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions matlab/reco.m
Original file line number Diff line number Diff line change
Expand Up @@ -69,12 +69,12 @@
number_Position = h5read(filenameSM, '/calibration/size');

figure
subplot(2,2,1)
subplot(1,2,1)
imagesc(real(reshape(c_normReguArt(:),number_Position(1),number_Position(2))));
colormap(gray); axis square
title({'Regularized and modified ART - 3 channels';'1 iterations / lambda = 10^{-6} / real part'})

subplot(2,2,2)
subplot(1,2,2)
imagesc(real(reshape(c_pseudoInverse(:),number_Position(1),number_Position(2))));
colormap(gray); axis square
title({'Pseudoinverse - 3 channels';' lambda = 5*10^{3} / real part'})

0 comments on commit 4b4c07b

Please sign in to comment.