healpy.sphtfunc.alm2map_spin

healpy.sphtfunc.alm2map_spin(alms, nside, spin, lmax, mmax=None)

Computes maps from a set of 2 spinned alm

Parameters:
almslist of 2 arrays

list of 2 alms

nsideint

requested nside of the output map

spinint

spin of the alms

lmaxint, scalar

Maximum l of the power spectrum.

mmaxint, scalar, optional

Maximum m of the alm. Default: lmax

Returns:
mlist of 2 arrays

list of 2 out maps in RING scheme as numpy arrays

Warning

Previously, spin=0 was an invalid parameter value, and silently returned undefined results.