From 1720fa785135108ec5e92f977fd45a03e0f32f22 Mon Sep 17 00:00:00 2001 From: Anna Tartaglia Date: Fri, 10 Nov 2023 13:46:52 -0500 Subject: [PATCH] update paper.md --- paper/paper.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/paper/paper.md b/paper/paper.md index cc5fc48..540f902 100644 --- a/paper/paper.md +++ b/paper/paper.md @@ -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 @@ -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 \ No newline at end of file