values in a binary FITS file. Each FITS file
extension created will contain one integer column with
, and 2 or 4 single (or double) precision columns with real/imaginary
values and real/imaginary standard deviation. One can store temperature
or temperature and polarisation,
,
and
. If temperature is specified, a FITS file with one extension is created. If polarisation is specified, a FITS file with 3 extensions one for each set of
,
,
and
is created.
call alms2fits*( filename, nalms, alms, ncl, header, nlheader, next )
Creates a FITS file with the,
and
values given in alms(1:65*66/2,1:4,1:3). The last index specifies (T,E,B). The second index gives l, m, real(
), imaginary(
) for each of the
. The number 65*66/2 is the number of
values up to an
value of 64. 80 lines from header(1:80,1:3) is written to each extension.
from
a FITS file
Version 3.83, 2024-11-13