write_asctab*
call write_asctab*( clout, lmax, ncl, header, nlheader, filename )
name & dimensionality | kind | in/out | description |
---|---|---|---|
filename(LEN=filenamelen) | CHR | IN | the FITS file to which the power spectrum is written. |
lmax | I4B | IN | Maximum l value to be written. |
ncl | I4B | IN | 1 for temperature coeffecients only, 4 for polarisation. |
clout(0:lmax,1:ncl) | SP/ DP | IN | the powerspectrum to be saved in the file. |
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. |
Writes a powerspectrum in the array cl(0:64,1:1) to a FITS-file called `cl.fits'. The cl array contains the temperature powerspectrum ClT up to an l value of 64. 80 header lines are written to the file from the array header(1:80).
Version 3.11, 2013-04-24