next up previous contents
: ブロッキングに関する合意 : Binary Table Extension (Standard : Binary Table Extension のヘッダ   目次

Binary Table Extension のヘッダの例

異なるデータタイプと次元の 19 の列からなる Binary Table のヘッダの例を示す (スペースの関係で途中一部略)。 ``IFLUX'' というラベルの列は 2 次元の配列である。 ``SOURCE'' のラベルは各々 16 の長さの文字列である。非標準のキーワード ``NO_IF'', ``VELTYP'', ``VELDEF'' がヘッダの最後に現れている。


         1         2         3         4         5         6
1234567890123456789012345678901234567890123456789012345678901234
XTENSION= 'BINTABLE'           / Extension type
BITPIX  =                    8 / Binary data
NAXIS   =                    2 / Table is a matrix
NAXIS1  =                  168 / Width of table row in bytes
NAXIS2  =                    5 / Number of rows in table
PCOUNT  =                    0 / Random parameter count
GCOUNT  =                    1 / Group count
TFIELDS =                   19 / Number of columns in each row
EXTNAME = 'AIPS SU '           / AIPS source table
EXTVER  =                    1 / Version number of table 
TFORM1  = '1I      '           / 16-bit integer
TTYPE1  = 'ID. NO.         '   / Type (label) of column  1
TUNIT1  = '        '           / Physical units of column  1
TFORM2  = '16A     '           / Character string
TTYPE2  = 'SOURCE          '   / Type (label) of column  2
TUNIT2  = '        '           / Physical units of column  2

TFORM5  = '2E      '           / Single precision array
TTYPE5  = 'IFLUX           '   / Type (label) of column  5
TUNIT5  = 'JY      '           / Physical units of column  5

TUNIT19 = 'DEG/DAY '           / Physical units of column 19
NO_IF   =      2
VELTYP  = 'LSR     '
VELDEF  = 'OPTICAL '
END



平成22年2月17日