| wtextimage | dataio | wtextimage |
wtextimage -- convert an IRAF image to a text file
wtextimage input output
IRAF images are converted to text files with procedure wtextimage . The text file written consists of an optional header optionally followed by the pixel values. The pixels are output in FITS order, that is, the leftmost subscript varies most rapidly. The image header is written in the "keyword = value / comment" format of FITS.
1. Write a text file from an image section of dev$pix. The default maximum linelength of 80 is used; an output format is specified. The header portion of the output text is as follows:
BITPIX = 8 / 8-bit ASCII characters NAXIS = 2 / Number of Image Dimensions NAXIS1 = 10 / Length of axis NAXIS2 = 10 / Length of axis ORIGIN = 'NOAO-IRAF: WTEXTIMAGE' / IRAF-MAX= 31431. / Max image pixel (out of date) IRAF-MIN= 33. / Min image pixel (out of date) IRAF-B/P= 16 / Image bits per pixel IRAFTYPE= 'SHORT INTEGER ' / Image datatype OBJECT = 'NGC 4147 B 1800 ' / FILENAME= 'DEV$PIX[1:10,1:10]' / IRAF filename FORMAT = '11I7 ' / Text line format DATA-TYP= ' object ( 0 )' / object,dark,comp,etc. ITIME = 1800 / integration time secs UT = '11:23:13' / universal time ZD = '24: 5: 0' / zenith distance DATE-OBS= '15/02/1985' / dd/mm/yy observation ST = '13:38:31' / sidereal time RA = '12: 9:20' / right ascension DEC = '18:35:35' / declination EPOCH = .0 / epoch of RA and DEC CAM-TEMP= -104.95 / camera temperature, deg C DEW-TEMP= -192.96 / dewar temp, deg C HISTORY1= 'bt= 590 bp= 0 cr= 0 dk= 0 ' HISTORY2= 'ff= 55 fg= 0 sc= .000 bi= 51 ' COMMENT = 'ngc 4147 b 1800' F1POS = 2 / filter bolt I position F2POS = 0 / filter bolt II position END
2. Write a series of text files from the IRAF images having root name "reduced". One text file is written for each image.
cl> wtext reduced.* txt
It takes almost 10 cpu minutes to convert a 512 square image of real pixels. A 512 square image of integer pixels takes about 3 cpu minutes.
wcardimage, rtextimage, noao.onedspec.wspectext