We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bfaac5a commit a848876Copy full SHA for a848876
index.html
@@ -25,9 +25,9 @@
25
import numpy as np
26
27
import matplotlib.pyplot as plt
28
- from pyodide.http import pyfetch
29
- response = await pyfetch("https://healpy.github.io/pyhealpy/test/data/wmap_band_iqumap_r9_7yr_W_v4_udgraded32_masked_smoothed10deg_fortran.fits.zip")
30
- await response.unpack_archive()
+from pyodide.http import pyfetch
+response = await pyfetch("https://healpy.github.io/pyhealpy/test/data/wmap_band_iqumap_r9_7yr_W_v4_udgraded32_masked_smoothed10deg_fortran.fits.zip")
+await response.unpack_archive()
31
m = hp.read_map(
32
"wmap_band_iqumap_r9_7yr_W_v4_udgraded32_masked_smoothed10deg_fortran.fits"
33
)
0 commit comments