-
Notifications
You must be signed in to change notification settings - Fork 9
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
Support additional cylindrical (aka equiangular) sampling schemes #251
Comments
Thanks @Magwos, sounds like a very useful feature. We can certainly add this. Note that MW/DH equiangular sampling is already supported but I appreciate you probably want exactly the same sampling as used elsewhere. Do you have a reference (paper and/or code) with the precise details of the sampling? I had a super quick look at the references you posted but didn't immediately see the details there. |
Thanks a lot for your positive answer! So, currently the implementation that is most used is done through the package https://github.com/simonsobs/pixell (in particular https://github.com/simonsobs/pixell/blob/master/pixell/curvedsky.py), which itself calls the ducc package (https://mtr.pages.mpcdf.de/ducc/sht.html#module-ducc0.sht) for their transforms. An example of CMB-science oriented package calling pixell is this one: https://github.com/simonsobs/pspy If you need more details about all of this, please let me know. |
Thanks @Magwos ! Adding further details from your email that you sent separately so we have everything here in one place.
|
@Magwos Could you let us know the precise sample positions that are used for ACT, i.e. (theta, phi) coordinates for a given L or |
Hi @jasonmcewen, thanks a lot for your message!
Here is an example script using healpy to reproduce the large area represented in the Figure, spanning phi between 0 and 360 and theta between 55 and 165
And here another script mimicking a cut of the galaxy plane
|
In CMB data analysis (aiming at probing small angular scales), an interest has been growing towards cylindrical griding, named CAR in https://phy-act1.princeton.edu/public/saiola/act_dr4_C20.pdf or ECP in https://www.aanda.org/articles/aa/full_html/2013/08/aa21575-13/aa21575-13.html. It corresponds to a rectangular projection, equi-spaced in latitude, and not equal-area projection, but with the same number of pixels per ring, and relies on Clenshaw-Curtis quadrature weightings for the associated transforms.
This sampling scheme is the baseline one used for the ACT (Atacama Cosmology Telescope) collaboration and central in many tools developed for the LAT analysis in the Simons Observatory collaboration (in which I am part of).
I wanted to ask if it would be possible to have s2fft support for such sampling scheme.
The text was updated successfully, but these errors were encountered: