name&dimensionality |
kind |
in/out |
description |
|
|
|
|
filename(LEN=filenamelen) |
CHR |
IN |
filename of FITS file containing alm. |
nalms |
I4B |
IN |
Number of alm values to read from the file. |
alms(0:nalms-1,1:6) |
SP/ DP |
OUT |
the alm read from the file. alms(i,1)
and alms(i,2) contain the l and m values for the ith
alm . alms(i,3) and alms(i,4) contain the real and
imaginary value of the ith alm . Finally, the
standard deviation for the ith alm is contained in
alms(i,5) (real) and alms(i,6) (imaginary). |
units(len=20)(1:) (OPTIONAL) |
CHR |
OUT |
character string containing the units of the
alm |
extno (OPTIONAL) |
I4B |
IN |
extension (0 based) of the FITS file to be read
|