From 7472cc8d21e772aed820684814687dae853677a9 Mon Sep 17 00:00:00 2001 From: Troy Raen Date: Fri, 26 Jun 2026 13:30:05 -0700 Subject: [PATCH] Update path to M101 data file --- tutorials/spherex/spherex_mosaic.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tutorials/spherex/spherex_mosaic.md b/tutorials/spherex/spherex_mosaic.md index 65f9c382..0099dee2 100644 --- a/tutorials/spherex/spherex_mosaic.md +++ b/tutorials/spherex/spherex_mosaic.md @@ -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: