skymodel.px_size

skymodel.px_size(nside, arcmin=True)

Computes the size of Healpy pixels in function of the nside of the map.

Parameters
nside: int

Nside, number of separation of the healpy blocks.

arcmin: bool, optional

if True return the size in arcmin, otherwise in radians.

Returns
size: float

The size of one healpy pixel.