name & dimensionality |
kind |
in/out |
description |
|
|
|
|
nsmax |
I4B |
IN |
the
Nside value of the map to synthesize. |
nlmax |
I4B |
IN |
the maximum value used for the . |
nmmax |
I4B |
IN |
the maximum m value used for the . |
alm(1:p, 0:nlmax, 0:nmmax) |
SPC/ DPC |
IN |
The 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:
or the interleaved derivatives of T, Q, and U:
 |
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
or
 |
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)<z<zbounds(2); if not,
it is performed outside the strip
zbounds(2) zbounds(1). If absent, the whole map is processed.
|