Arguments appearing in italic are optional.call write_fits_partial( filename, pixel, cutmap[, header, coord, nside, order, units, extno] )
name & dimensionality | kind | in/out | description |
---|---|---|---|
filename(LEN=filenamelen) | CHR | IN | FITS file in which the partial sky map will be written |
pixel(0:np-1) | I4B/ I8B | IN | index of observed (or valid) pixels |
cutmap(0:np-1,1:nc) | SP/ DP | IN | value of polarised (if nc) or unpolarised (if nc) map value in each observed pixel |
header(LEN=80)(1:) (OPTIONAL) | CHR | IN | FITS extension header to be included in the FITS file |
coord(LEN=1) | CHR | IN | astrophysical coordinates ('C' or 'Q' Celestial/eQuatorial, 'G' for Galactic, 'E' for Ecliptic) |
nside | I4B | IN | HEALPix resolution parameter of data set |
order | I4B | IN | HEALPix ordering scheme, 1: RING, 2: NESTED |
units(LEN=20) | CHR | IN | maps physical units (applies to all columns except PIXEL) |
extno | I4B | IN | (0 based) extension number in which to write data. default:0. If set to 0 (or not set) a new file is written from scratch. If set to a value larger than 1, the corresponding extension is added or updated, as long as all previous extensions already exist. All extensions of the same file should use the same Nside, Order and Coord |
Note: the information relative to Nside, Order and Coord has to be given, either thru these keyword or via the FITS Header. |
Version 3.82, 2022-07-28