mpi_map2alm*
call mpi_map2alm*( map, alms )
name & dimensionality | kind | in/out | description |
---|---|---|---|
map(0:npix,1:nmaps) | SP or DP | IN | map to analyse. If nmaps=1, only temperature information is included; if nmaps=3, polarization information is included |
alms(1:nmaps,0:lmax,0:nmax) | SPC or DPC | OUT | output alms. nmaps must equal that of the input map |
This example 1) initializes the mpi_alm_tools module (i.e., allocates internal arrays and defines required parameters), 2) executes a parallel map2alm operation, and 3) frees the previously allocated memory.
Version 3.11, 2013-04-24