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)