We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d2b9053 commit 42ed836Copy full SHA for 42ed836
docs/src/ksz.md
@@ -79,7 +79,7 @@ ws = [XGPaint.HealpixProfileWorkspace(nside, w0.θmin, w0.θmax,
79
interp, w0.posmap) for _ in 1:Threads.nthreads()];
80
81
82
-@time XGPaint.paint!(m_hp, model, ws, interp, halo_mass, redshift, ra, dec)
+@time XGPaint.paint!(m_hp, model, ws, interp, halo_mass, redshift, ra, dec, proj_v_over_c)
83
# Healpix.saveToFITS(m_hp, "!y.fits", typechar="D")
84
85
plot(m_hp)
0 commit comments