I’m planing to map satellite data from MODIS onto a sphere and I thought Healpix could be the right way to do it. However, I don't know how to go about it:
Does the input map need to be in FITS format or could I read an HDF4 MODIS data file into an array (with python) and then use healpy to map it onto a sphere?
I came across this answer: https://stackoverflow.com/a/50495134/7157742 and hoped that something similar would be possible in my case. Any suggestions?