(and if specified
and
) values.
The different routines are called dependent on what parameters are passed.
Some routines synthesize maps with or without precomputed harmonics (note that
since HEALPix v2.20 precomputed harmonics most likely won't speed up computation)
and some with or without polarisation.
The routines accept both single and double precision arrays for alm_TGC and
map_TQU. The precision of these arrays should match.
call alm2map*( nsmax, nlmax, nmmax, alm_TGC, map_TQU[, plm=
zbounds=] )
| map_TQU(0:12*nsmax**2-1) | SP or DP | OUT | if only a temperature map is to be synthesized, the map-array should be passed with this rank. |
| map_TQU(0:12*nsmax**2-1, 1:3) | SP or DP | OUT | if both temperature an polarisation maps are to be synthesized, the map array should have this rank, where the second index is (1,2,3) corresponding to (T,Q,U). |
| plm(0:n_plm-1), OPTIONAL | DP | IN | If this optional matrix is passed with
this rank, precomputed
are used instead of recursion. (
n_plm = nsmax*(nmmax+1)*(2*nlmax-nmmax+2). |
| plm(0:n_plm-1,1:3), OPTIONAL | DP | IN | If this optional matrix is
passed with this rank, precomputed
AND precomputed tensor
harmonics are used instead of recursion. (n_plm =
nsmax*(nmmax+1)*(2*nlmax-nmmax+2). |
| zbounds(1:2), OPTIONAL | DP | IN | section of the sphere on which to perform the map synthesis, expressed in terms of
If zbounds(1) zbounds(2), it is
performed on the strip zbounds(1) zbounds(2); if not,
it is performed outside the strip
zbounds(2) zbounds(1). If absent, the whole map is processed.
Currently, zbounds and plm can not be used together. |
Make temperature and polarisation maps from the scalar and tensorpassed in alm. The maps have
of 256, and are constructed from
values up to 512 in
and
. In order to save time, the maps are only generated on the range
(leaving the other pixels to 0) even though the input
are those of a full sky map.
for synthesis of the rings.
recursion
are not provided.
coefficients according to a given power spectrum
-space HEALPix -pixel and beam window function respectively
to emulate effect
of real space filtering
Version 3.83, 2024-11-13