healpix_to_hips

hips.healpix_to_hips(hpx_data, tile_width, base_path, file_format='fits')[source]

Convert HEALPix image to HiPS.

Parameters:

hpx_data : ndarray

Healpix data stored in the “nested” scheme.

tile_width : int

Width of the hips tiles.

base_bath : str or Path

Base path.

file_format : {‘fits’, ‘jpg’, ‘png’}

File format to store the hips in.