write_bintab*
Arguments appearing in italic are optional.call write_bintab*( map, npix, nmap, header, nlheader, filename [, extno] )
name & dimensionality | kind | in/out | description |
---|---|---|---|
map(0:npix-1,1:nmap) | SP/ DP | IN | the map to write to the FITS-file. |
npix | I4B/ I8B | IN | Number of pixels in the map. |
nmap | I4B | IN | number of maps to be written, 1 for temperature only, and 3 for (T,Q,U). |
header(LEN=80) (1:nlheader) | CHR | IN | The header for the FITS-file. |
nlheader | I4B | IN | number of header lines to write to the file. |
filename(LEN=*) | CHR | IN | the map(s) is (are) written to a FITS-file with this filename. |
extno | I4B | IN | extension number in which to write the data (0 based). default:0 |
Makes a binary FITS-file called `map.fits' from the HEALPix maps (T,Q,U) in the array map(0:12*32**2-1,1:3). The number of pixels 12*32**2 corresponds to the number of pixels in a Nside=32 HEALPix map. The header for the FITS-file is given in the string array header and the number of lines in the header is 120.
Version 3.11, 2013-04-24