Arguments appearing in italic are optional.call read_fits_partial( filename, pixel, cutmap, [header, extno] )
name & dimensionality | kind | in/out | description |
---|---|---|---|
filename(LEN=filenamelen) | CHR | IN | FITS file to be read from, containing a partial sky map |
pixel(0:np-1) | I4B/ I8B | OUT | index of observed (or valid) pixels |
cutmap(0:np-1,1:nc) | SP/ DP | OUT | value of unpolarised or polarised map for each observed pixel |
header(LEN=80)(1:) | CHR | OUT | FITS extension header |
extno | I4B | IN | extension number (0 based) for which map is read. Default = 0 (first extension). |
reads a remote partial sky FITS file and prints the index and IQU values of the first pixel its contains.
Version 3.82, 2022-07-28