name & dimensionality |
kind |
in/out |
description |
|
|
|
|
filename(LEN=filenamelen) |
CHR |
IN |
FITS file to be read from |
tod(0:npix-1,1:ntods) |
SP/ 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:) |
CHR |
OUT |
FITS extension header |
firstpix |
I8B |
IN |
first pixel (or time sample) to read from
(0 based). default:0. See Note below. |
fmissval |
SP/ DP |
IN |
value to be given to missing pixels, its default
value is 0. Should be of the same type as tod. |