We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0d14e61 commit 4ea61fdCopy full SHA for 4ea61fd
index.html
@@ -24,9 +24,10 @@
24
js.document.healpyversion.textContent = hp.__version__
25
import matplotlib.pyplot as plt
26
27
-m = hp.read_map(
28
- "https://healpy.github.io/pyhealpy/test/data/wmap_band_iqumap_r9_7yr_W_v4_udgraded32_masked_smoothed10deg_fortran.fits"
29
-)
+# m = hp.read_map(
+# "https://healpy.github.io/pyhealpy/test/data/wmap_band_iqumap_r9_7yr_W_v4_udgraded32_masked_smoothed10deg_fortran.fits"
+# )
30
+m = np.arange(12)
31
hp.projview(m, coord=["G"], projection_type="mollweide")
32
plt.show()
33
`);
0 commit comments