Arguments appearing in italic are optional.call create_alm*( nsmax, nlmax, nmmax, polar, filename, rng_handle, fwhm_arcmin, alm_TGC, header[, windowfile, units, beam_file] )
name & dimensionality | kind | in/out | description |
---|---|---|---|
nsmax | I4B | IN |
![]() ![]() |
nlmax | I4B | IN | maximum ![]() ![]() |
nmmax | I4B | IN | maximum ![]() ![]() |
polar | I4B | IN | if set to 0, only Temperature (scalar)
![]() |
filename(LEN=filenamelen) | CHR | IN | name of FITS file containing power spectra in the order TT, [EE, BB, TE, [TB, EB]] (terms in brackets are optional, see polar) |
rng_handle | planck_rng | INOUT | structure containing information necessary to continue a random sequence initiated previously with the subroutine rand_init. Consecutive calls to create_alm* can be made after a single invocation to rand_init. |
fwhm_arcmin | SP/ DP | IN | FWHM size of the gaussian beam in arcminutes. |
alm_TGC(1:p,0:nlmax,0:nmmax) | SPC/ DPC | OUT | complex
![]() |
name & dimensionality | kind | in/out | description |
---|---|---|---|
header(LEN=80),dimension(60) | CHR | OUT | part of header which
will be included in the FITS-file containing the
map synthesised from the
![]() |
windowfile(LEN=filenamelen) | CHR | IN | full filename specification
of the FITS file with the pixel window function (defined for
![]() |
units(LEN=80),dimension(1:) | CHR | OUT | physical units of the created
![]() |
beam_file(LEN=filenamelen) | CHR | IN | name of the file containing
the (non necessarily gaussian) window function ![]() |
Creates scalar and tensorfrom the power spectrum given in the file `cl.fits'. The map to be created from these
is assumed to have
.
s from the power spectrum are used up to an
value of 128. Corresponding
values up to l=128 and m=128 are created as gaussian distributed complex numbers. Their are drawn from a sequence of pseudo-random numbers initiated with a seed of -1. The produced
are convolved with a gaussian beam of FWHM 5 arcminutes and a pixel window read from 'data/pixel_window_n0064.fits'. It is assumed that after the return from this routine, a map is generated from the created
. For this purpose, header is updated with FITS format information describing the origin and history of these
.
Version 3.83, 2024-11-13