 values in a binary FITS file. The FITS file created will contain one integer column with
 values in a binary FITS file. The FITS file created will contain one integer column with 
 and 2 single precision columns with real/imaginary
 and 2 single precision columns with real/imaginary  
 values. One can store temperature
 values. One can store temperature 
 or polarisation,
 or polarisation, 
 or
 or 
 . If temperature is specified, a FITS file is created. If polarisation is specified, an old FITS file is opened and extra extensions is created.
. If temperature is specified, a FITS file is created. If polarisation is specified, an old FITS file is opened and extra extensions is created.
call dump_alms*( filename, alms, nlmax, header, nlheader, extno )
| name & dimensionality | kind | in/out | description | 
|---|---|---|---|
| filename(LEN=filenamelen) | CHR | IN | filename for the FITS-file to store the  in. | 
| nlmax | I4B | IN | maximum  value to store. | 
| alms(0:nlmax,0:nlmax) | SPC/ DPC | IN | array with  , in the format used
by eg. map2alm, so alms(l,m) corresponds to  | 
| extno | I4B | IN | extension number. If 0 is specified, a FITS file is created and  is stored in the first FITS extension as temperature  . If 1 or 2 is specified, an already existing file is opened and a 2nd or 3rd extension is created, treating  as  or  . | 
| nlheader | I4B | IN | number of header lines to write to the file. | 
| header(LEN=80) (1:nlheader) | CHR | IN | the header to the FITS-file. | 
Opens an already existing FITS file which contains temperature. An extra extension is added to the file where the
array are written in a three-column format as described above. 100 header lines are written to the file from the array header(1:80).
 from a FITS-file
 from a FITS-file 
  
Version 3.83, 2024-11-13