healpy.sphtfunc.pixwin

healpy.sphtfunc.pixwin(nside, pol=False)

Return the pixel window function for the given nside.

Parameters:

nside : int

The nside for which to return the pixel window function

pol : bool, optional

If True, return also the polar pixel window. Default: False

Returns:

pw or pwT,pwP : array or tuple of 2 arrays

The temperature pixel window function, or a tuple with both temperature and polarisation pixel window functions.