Skip to content

Commit

Permalink
flaked shear catalog example
Browse files Browse the repository at this point in the history
  • Loading branch information
kwolz committed Jun 10, 2024
1 parent ebd6847 commit 5d68e0f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/sample_shearcatalog.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
plt.axhline(f.Nw, color="k", linestyle="--")
plt.show()

# We then compute the coupled spin-2 pseudo power spectrum
# We then compute the coupled spin-2 pseudo power spectrum.
f = nmt.NmtFieldCatalog(positions, weights, [catalog_Q, catalog_U],
lmax=3*nside-1, spin=2)
pcl = nmt.compute_coupled_cell(f, f)
Expand All @@ -77,4 +77,4 @@

plt.loglog()
plt.legend()
plt.show()
plt.show()

0 comments on commit 5d68e0f

Please sign in to comment.