Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion tutorials/spherex/spherex_mosaic.md
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ To retrieve the same mosaic as provided here, go to the [IRSA mosaic tool](https
We first define the path to the mosaic cube.

```{code-cell} ipython3
fn_spherex = "https://irsa.ipac.caltech.edu/onlinehelp/spherex/spherex/M101_irsa.fits"
fn_spherex = "https://irsa.ipac.caltech.edu/data/demos/notebooks/spherex/M101_irsa.fits"
```

Next, we open the image and convert the flux units from MJy/sr to mJy:
Expand Down
Loading