Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TXTwoPointFourier ell_min and ell_max default options not compatible with nside 32 #196

Open
carlosggarcia opened this issue Aug 13, 2021 · 1 comment

Comments

@carlosggarcia
Copy link
Contributor

carlosggarcia commented Aug 13, 2021

I noticed that changing nside = 512 to nside=32 in examples/config/laptop_config.yml would make TXTwoPointFourier crash because it goes, by default, from ell_min = 100 to ell_max = 1500 (so too high for nside = 32).

"ell_min": 100,
"ell_max": 1500,

Wouldn't it be better to use ell_min=1 (I tried with 0 but geomspace complains) and ell_max=3*nside - 1 by default?

I want to use nside = 32 in my tests because that way the Cells and covariance are computed much much faster.

@damonge
Copy link
Contributor

damonge commented Aug 13, 2021

One related potential worry: if the NmtBins are being created with this ell_max, rather than going all the way to 3*nside-1, some of the power spectra (especially those involving shear) can suffer from significant edge effects.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants