level_ipix_to_uniq

astropy_healpix.level_ipix_to_uniq(level, ipix)[source]

Convert a level and HEALPix index into a uniq number representing the cell.

This function is the inverse of uniq_to_level_ipix.

Parameters:

level : int

The level of the HEALPix cell

ipix : int

The index of the HEALPix cell

Returns:

uniq : int

The uniq number representing the HEALPix cell.