write_plm
call write_plm( plm, nplm, nhar, header, nlheader, filename, nsmax, nlmax )
name&dimensionality | kind | in/out | description |
---|---|---|---|
plm(0:nplm-1,1:nhar) | DP | IN | the array with the precomputed
![]() |
nplm | I4B | IN | Number of Plm values to store. |
nhar | I4B | IN | 1 for scalar Plm only and 3 for tensor harmonics. |
header(LEN=80) (1:nlheader) | CHR | IN | The header for the FITS-file. |
nlheader | I4B | IN | number of header lines to write to the file. |
filename(LEN=filenamelen) | CHR | IN | the precomputed
![]() |
nsmax | I4B | IN | Nside for the precomputed ![]() |
nlmax | I4B | IN | maximum l value for the precomputed ![]() |
Makes a double precision binary FITS-file called `plm_32.fits' from the precomputedin the array plm(0:65*66*32-1,1:1). The number 65*66*32 corresponds to the number of precomputed
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.
Version 3.11, 2013-04-24