Skip to content

Commit

Permalink
test without loading map
Browse files Browse the repository at this point in the history
  • Loading branch information
zonca committed Jul 18, 2024
1 parent 0d14e61 commit 4ea61fd
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,10 @@
js.document.healpyversion.textContent = hp.__version__
import matplotlib.pyplot as plt
m = hp.read_map(
"https://healpy.github.io/pyhealpy/test/data/wmap_band_iqumap_r9_7yr_W_v4_udgraded32_masked_smoothed10deg_fortran.fits"
)
# m = hp.read_map(
# "https://healpy.github.io/pyhealpy/test/data/wmap_band_iqumap_r9_7yr_W_v4_udgraded32_masked_smoothed10deg_fortran.fits"
# )
m = np.arange(12)
hp.projview(m, coord=["G"], projection_type="mollweide")
plt.show()
`);
Expand Down

0 comments on commit 4ea61fd

Please sign in to comment.