Skip to content

Commit

Permalink
preprint
Browse files Browse the repository at this point in the history
  • Loading branch information
WeisongZhao committed Dec 17, 2022
1 parent 010e8f3 commit 90cd589
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ help SACDm
- Regarding the SACD SR frame visualization, it can be scaled with a gamma correction according to the bSOFI setting.
```python
background = 0.02; order = 2;
SRimg2vis = SRimg.^0.5;
SRimg2vis = real(SRimg.^0.5);
SRimg2vis(SRimg2vis < order * background * max(SRimg2vis(:))) = 0;
figure(2);imshow(SRimg2vis, [], 'colormap', hot)
```
Expand Down

0 comments on commit 90cd589

Please sign in to comment.