-
Notifications
You must be signed in to change notification settings - Fork 39
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
Interpolate healpix maps #784
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good, just a couple of small changes.
src/toast/ops/interpolate_healpix.py
Outdated
pixel_dist = Unicode( | ||
"pixel_dist", | ||
help="The Data key where the PixelDistribution object is located", | ||
) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You are not using the locally hit sky pixels for anything, so you do not need this trait.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks! Removed.
Add an operator that uses bilinear interpolation to generate continuous scanned signal from a HEALPix map. The maps are stored in node shared memory to reduce the required memory.
When scanning and co-adding multiple maps, they may be of different resolutions and some or all interpolated maps may be unpolarized.