input_tod*
call input_tod*( filename, tod, npix, ntods [, header, firstpix, fmissval] )
name&dimensionality | kind | in/out | description |
---|---|---|---|
filename (LEN = filenamelen) | CHR | IN | FITS file to be read from |
tod(0:npix-1,1:ntods) | SP or DP | OUT | array constructed from the data present in the file (from the sample firstpix to firstpix + npix - 1. Missing pixels or time samples are filled with fmissval. |
npix | I8B | IN | number of pixels or samples to be read. See Note below. |
ntods | I4B | IN | number of columns to read |
header(LEN=80)(1:) (OPTIONAL) | CHR | OUT | FITS extension header |
firstpix (OPTIONAL) | I8B | IN | first pixel (or time sample) to read from (0 based). default:0. See Note below. |
fmissval (OPTIONAL) | SP or DP | IN | value to be given to missing pixels, its default value is 0. Should be of the same type as tod. |
Eric Hivon 2003-02-07