From fa6f9b8c9c5b9a92b61e02823f401ec936288539 Mon Sep 17 00:00:00 2001 From: Vidushi Sharma <103223246+Vidushi-GitHub@users.noreply.github.com> Date: Sat, 21 Dec 2024 20:10:50 -0500 Subject: [PATCH] Update app/routes/docs.client.samples.md Co-authored-by: Leo Singer --- app/routes/docs.client.samples.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/routes/docs.client.samples.md b/app/routes/docs.client.samples.md index cfdb1f20d..ebfac88b9 100644 --- a/app/routes/docs.client.samples.md +++ b/app/routes/docs.client.samples.md @@ -261,7 +261,7 @@ import healpy as hp import numpy as np # Read both the HEALPix image data and the FITS header -hpx, header = hp.read_map('*.fits.gz,0', h=True) +hpx, header = hp.read_map('skymap.fits.gz', h=True) # Plotting a Mollweide-projection all-sky map np.mollview(hpx)