Can I use healpy to stack sky?

213 Views Asked by At

I would like to stack WMAP maps at the locations of galaxies. Is it possible to perform this using healpy? Which function in healpy allows me to get a projection of the sky around a point? thanks

1

There are 1 best solutions below

0
On

with gnomview you can specify the central point with rot, then set return_projected_map=True to get a 2D array of the projected map back.