IAOCEA / healpix-convolution

Other
1 stars 2 forks source link

plotting tool capable of plotting subdomains #12

Closed keewis closed 3 months ago

keewis commented 3 months ago

healpy's plotting functions don't support plotting only a part of the full map. This uses the same trick as those functions in healpy, but removes all-nan rows and columns to only plot the subdomain of the data. It also makes use of cartopy, and thus supports way more projections than healpy does.