Arguments appearing in italic are optional.call alm2cl*( nlmax, nmmax, alm1, [alm2,] cl, [symmetric] )
name & dimensionality | kind | in/out | description |
---|---|---|---|
nlmax | I4B | IN | the maximum value used for the . |
nmmax | I4B | IN | the maximum value used for the . |
alm1(1:p, 0:nlmax, 0:nmmax) | SPC/ DPC | IN | First set of values. is 3 or 1 depending on wether polarisation is included or not. In the former case, the first index runs from 1 to 3 corresponding to (T,E,B). |
alm2(1:p, 0:nlmax, 0:nmmax) | SPC/ DPC | IN | Second set of values. |
cl(0:nlmax,1:d) | SP/ DP | OUT | resulting auto or cross power spectra. If both alm1 and alm2 are present, cl will be their cross power spectrum. If only alm1 is present,cl will be its power spectrum. If , only the temperature spectrum will be output. If and , the output will be , , and . If and , and will also be output, and if , , and symmetric is not set, , and will be included. |
symmetric | LGT | IN | If set to .true. when , and alm2 is present then a symmetrized version of the cross spectra will be output in cl, namely , , , , and . default:.false. (un-symmetrized output) |
cl_auto will contain the (auto) power spectrum of the coefficients alm1 up to , cl_cross will be the cross power spectra of the two sets of coefficients alm1 and alm2, while cl_sym will be a symmetrized version of cl_cross.
Version 3.82, 2022-07-28