dump_alms
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 alm in. |
nlmax | I4B | IN | maximum l value to store. |
alms(0:nlmax,0:nlmax) | SP | IN | array with alm. alms(l,m) corresponds to alm |
extno | I4B | IN | extension number. If 1 is specified, a FITS file is created and alm is stored in the first FITS extension as temperature alm. If 2 or 3 is specified, an already existing file is opened and a 2nd or 3rd extension is created, treating alm as almE or almB. |
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 alm. An extra extension is added to the file where the alm array are written in a three-column format as described above. 80 header lines are written to the file from the array header(1:80).
Eric Hivon 2003-02-07