ntessore / healpix

Python and C package for HEALPix discretisation of the sphere
BSD 3-Clause "New" or "Revised" License
3 stars 1 forks source link

Efficiently resample large maps #3

Open ntessore opened 1 year ago

ntessore commented 1 year ago

Another pressure point currently is the use of healpy’s ud_grade. It should be possible to add a function that resamples a map more efficiently using e.g. a new pair of ring2ring/nest2nest C library functions for NSIDE conversions.