alm2map_der*
call alm2map_der*( nsmax, nlmax, nmmax, alm, map, der1 [, der2] )
name & dimensionality | kind | in/out | description |
---|---|---|---|
nsmax | I4B | IN | the Nside value of the map to synthesize. |
nlmax | I4B | IN | the maximum l value used for the alm. |
nmmax | I4B | IN | the maximum m value used for the alm. |
alm(1:p, 0:nlmax, 0:nmmax) | SPC/ DPC | IN | The alm values to make the map from. p is either 1 (temperature only) or 3 (temperature+polarisation). |
map(0:12*nsmax**2-1) or (0:12*nsmax**2-1,1:3) | SP/ DP | OUT | temperature map T(p) or temperature + polarisation maps T(p), Q(p), U(p) to be synthesized. |
der1(0:12*nsmax**2-1, 1:2*p) | SP/ DP | OUT | contains on output the first
derivatives of T:
![]() ![]() ![]() |
der2(0:12*nsmax**2-1,1:3*p), OPTIONAL | SP/ DP | OUT | If this optional
matrix is passed with this rank, it will contain on output the second derivatives
![]() ![]() ![]() |
Make temperature maps and its derivatives from the alm passed in alm. The maps have Nside of 256, and are constructed from alm values up to 512 in l and m.
Version 3.11, 2013-04-24