write_dbintab
call write_dbintab( plm, nplm, nhar, header, nlheader, filename, nsmax, nlmax )
name&dimensionality | kind | in/out | description |
---|---|---|---|
filename(LEN=filenamelen) | CHR | IN | the precomputed
Plm(![]() |
nsmax | I4B | IN | Nside for the precomputed Plm s. |
nlmax | I4B | IN | maximum l value for the precomputed Plm s. |
nplm | I4B | IN | Number of Plm values to store. |
nhar | I4B | IN | 1 for scalar Plm only and 3 for tensor harmonics. |
plm(0:nplm-1,1:nhar) | DP | IN | the array with the precomputed
Plm(![]() |
nlheader | I4B | IN | number of header lines to write to the file. |
header(LEN=80) (1:nlheader) | CHR | IN | The header for the FITS-file. |
Makes a double precision binary FITS-file called `plm_32.fits' from the precomputed Plm() in the array plm(0:65*66*32-1,1:1). The number 65*66*32 corresponds to the number of precomputed Plm s needed for a Nside = 32 HEALPix map synthesis/analysis. The header for the FITS-file is given in the string array header and the number of lines in the header is 120.
Eric Hivon 2003-02-07