Skip to content

Commit

Permalink
fix code typo
Browse files Browse the repository at this point in the history
  • Loading branch information
annatartaglia authored Oct 24, 2024
1 parent ccde22b commit ea7ed2c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/src/tutorials/refractive.md
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ The output images may be saved to fits files. Here, we save the images generated

```@example 1
# Average image of provided EHT fits file
save_fits("data/im_a.fits", im_ea)
save_fits("data/im_a.fits", im_a)
# Scattered average image of Gaussian model
save_fits("data/im_ga.fits", im_gea)
```
save_fits("data/im_ga.fits", im_ga)
```

0 comments on commit ea7ed2c

Please sign in to comment.