level_to_nside# astropy_healpix.level_to_nside(level)[source]# Find the pixel dimensions of the top-level HEALPix tiles. This is given by nside = 2**level. Parameters: levelintThe resolution level Returns: nsideintThe number of pixels on the side of one of the 12 ‘top-level’ HEALPix tiles.