XTENSION= 'TABLE ' / ASCII Table extension BITPIX = 8 / Number of bits storing pix values NAXIS = 2 / Number of axis in frame NAXIS1 = 17 / Number of characotors in a row NAXIS2 = 10 / Number of rows = number of frames PCOUNT = 0 / No random parameters GCOUNT = 1 / Only one group TFIELDS = 4 / Number of fields in a row EXTNAME = 'Frames ' / Name TTYPE1 = 'Chop ' / Chop beam: +/- TBCOL1 = 1 / start column of this field TFORM1 = 'A1 ' / 1 charactor TTYPE2 = 'Nod ' / Nod beam: +/- TBCOL2 = 2 / start column of this field TFORM2 = 'A1 ' / 1 charactor TTYPE3 = 'NumReads' / Number of read outs for a pixel TBCOL3 = 3 / start column of this field TFORM3 = 'I6 ' / 6 digit integer TUNIT3 = 'Samples ' / untis: ADC Samplings for a pixel TTYPE4 = 'WaitTime' / Wait time for secondary stabilization TBCOL4 = 9 / start column of this field TFORM4 = 'F10.4 ' / 9 digit floating down to 1us + space TUNIT4 = 'ms ' / units: milli-second TTYPE5 = 'NDRate ' / Integration Duty Cycle x/243 only MIR TBCOL5 = 19 / start column of this field TFORM5 = 'I4 ' / 3 digit integer + space TUNIT5 = 'rows ' / units: milli-second TTYPE6 = 'CentroiX' / Centroid X Position of Refernce Source TBCOL6 = 23 / start column of this field TFORM6 = 'F7.1 ' / 6 digit floating down to .1 pix + space TUNIT6 = 'pix ' / units: pix -1:NA TTYPE7 = 'CentroiY' / Centroid Y Position of Refernce Source TBCOL7 = 30 / start column of this field TFORM7 = 'F7.1 ' / 6 digit floating down to .1 pix + space TUNIT7 = 'pix ' / units: pix -1:NA TTYPE8 = 'PeakX ' / Peak X Position of Refernce Source TBCOL8 = 37 / start column of this field TFORM8 = 'F7.1 ' / 6 digit floating down to .1 pix + space TUNIT8 = 'pix ' / units: pix -1:NA TTYPE9 = 'PeakY ' / Peak Y Position of Refernce Source TBCOL9 = 44 / start column of this field TFORM9 = 'F7.1 ' / 6 digit floating down to .1 pix + space TUNIT9 = 'pix ' / units: pix -1:NA COMMENT Sample ASCII Extension header for MIRTOS written by Tomono on 1998/9/2 COMMENT Storage of Centeroid/peak position needs to be thought again END