Add test for Richardson Lucy.

This commit is contained in:
François Orieux
2013-10-28 15:13:27 +01:00
parent 11599f772a
commit c84a3bab07
3 changed files with 25 additions and 7 deletions
+2 -2
View File
@@ -48,9 +48,9 @@ ax[0].imshow(lena)
ax[0].axis('off')
ax[0].set_title('Data')
ax[1].imshow(deconvolued)
ax[1].imshow(deconvolued, vmax=lena.max())
ax[1].axis('off')
ax[1].set_title('Deconvolution')
ax[1].set_title('Self tuned deconvolution')
fig.subplots_adjust(wspace=0.02, hspace=0.2,
top=0.9, bottom=0.05, left=0, right=1)