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:
- levelint
The level of the HEALPix cell
- ipixint
The index of the HEALPix cell
- Returns:
- uniqint
The uniq number representing the HEALPix cell.