diff options
Diffstat (limited to 'supp/add_wedges.m')
-rw-r--r-- | supp/add_wedges.m | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/supp/add_wedges.m b/supp/add_wedges.m index 8b8f2a7..5bc215c 100644 --- a/supp/add_wedges.m +++ b/supp/add_wedges.m @@ -27,4 +27,9 @@ grayImage(173:end,:) = 0; %figure; imshow(grayImage, [0 1]); MW_sino_artifacts = sino_zing_rings.*double(grayImage); -%Dweights = Dweights.*double(grayImage);
\ No newline at end of file +% !!! +% note that we do not re-calculate Dweights for MW_sino_artifacts +% if one does: Dweights = Dweights.*double(grayImage); +% then the MW artifacts will be reduced substantially, +% through weighting. However we would like to explore +% the effect of the penalty instead.
\ No newline at end of file |