Skip to content

Commit

Permalink
update paper.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Anna Tartaglia committed Nov 10, 2023
1 parent c08d9c5 commit 1720fa7
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions paper/paper.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ imap = intensitymap(im)
# Plot source image
imshow(im, angunit=EHTUtils.μas)
```
![fig](images/src.png)
![Output of above code plotting an example unscattered source image.](images/src.png)

```
# Initialize a scattering model with desired scattering paramaters, otherwise default ISM parameters are used
Expand All @@ -98,4 +98,6 @@ im_sc = load(s)
im_sc.f[1] = 230e9
imshow(im_sc, angunit=EHTUtils.μas)
```
![fig](images/avg.png)
![Output of above code plotting the output scattered image.](images/avg.png)

# Acknowledgements

0 comments on commit 1720fa7

Please sign in to comment.