Skip to content

Commit

Permalink
Update app/routes/docs.client.samples.md
Browse files Browse the repository at this point in the history
Co-authored-by: Leo Singer <[email protected]>
  • Loading branch information
Vidushi-GitHub and lpsinger authored Dec 22, 2024
1 parent 439556a commit fa6f9b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/routes/docs.client.samples.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit fa6f9b8

Please sign in to comment.