API reference#

Main function#

healpix_plot.plot(cell_ids, data, *, ...[, ...])

resample and plot healpix data

Low-level function#

resample is called internally by plot. Use it directly only if you need the raw image array without rendering (e.g. to post-process it or display it with a different tool).

healpix_plot.resample(cell_ids, data, *, ...)

Classes#