input_map*
call input_map*( filename, map, npixtot, nmaps [, fmissval, header, units, extno] )
name & dimensionality | kind | in/out | description |
---|---|---|---|
filename(len=filenamelen) | CHR | IN | FITS file to be read from, containing a full sky or cut sky map |
map(0:npixtot-1,1:nmaps) | SP/ DP | OUT | full sky map(s) constructed from the data present in the file, missing pixels are filled with fmissval |
npixtot | I4B | IN | number of pixels in the full sky map |
nmaps | I4B | IN | number of maps in the file |
fmissval (OPTIONAL) | SP/ DP | IN | value to be given to missing pixels, its default value is 0 |
header(LEN=80)(1:) (OPTIONAL) | CHR | OUT | FITS extension header |
units(LEN=20)(1:nmaps) (OPTIONAL) | CHR | OUT | maps units |
extno (OPTIONAL) | I4B | IN | extension number to read the data from (0 based).default:0 (the first extension is read) |
Reads into map the content of the FITS file 'map.fits'
Eric Hivon 2005-08-31