I have a healpy map that contains an object centered at the location Dec=0 deg and RA=0 deg. Now I want to move the position of the object to an arbitrary point, for instance, Dec=20 deg, RA=10 deg. Is there a simple and precise way of doing the rotation? I red the healpy documentation, but it's still unclear to me how to rotate a map.
Let's say that I have a number array map
representing a healpy map. Then can you suggest example codes for the rotation?