This routine reads a FITS file containing
values for constained
realisation. The FITS file is supposed to contain one integer column with
and 2 or 4 single (or double) precision columns with
real/imaginary
values and real/imaginary standard deviation on
these
. It is supposed to contain either 1 or 3 extension(s) containing
respectively the
for T and if applicable E and B.
the
read from the file. alms(i,1)
and alms(i,2) contain the and values for the ith
. alms(i,3) and alms(i,4) contain the real and
imaginary value of the ith
. Finally, the
standard deviation for the ith
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
extno (OPTIONAL)
I4B
IN
extension (0 based) of the FITS file to be read
EXAMPLE:
call read_conbintab ('alms.fits',alms,65*66/2)
Read 65*66/2 (the number of
needed to fill the whole range from l=0 to l=64)
values from the file `alms.fits' into the array alms(0:65*66/2-1,1:6).
MODULES & ROUTINES
This section lists the modules and routines used by read_conbintab*.
fitstools
module, containing:
printerror
routine for printing FITS error messages.
cfitsio
library for FITS file handling.
RELATED ROUTINES
This section lists the routines related to read_conbintab*