XTENSION= 'TABLE ' / Table extension BITPIX = 8 / Character data NAXIS = 2 / Simple 2-D matrix NAXIS1 = 80 / Number of characters per row NAXIS2 = 248 / Number of rows in the table PCOUNT = 0 / No "random" parameters GCOUNT = 1 / Only one group TFIELDS = 8 / Number of fields per row EXTNAME = 'Aster_Pole_Data' / Asteroids II M-R Data Base, Pole Deter. Data AUTHOR = 'Binzel, R. P., et al., eds.' REFERENC= '1989, Asteroids II, Univ. of Arizona' DATE = '01/08/91' / Date FITS table verified (dd/mm/yy) TTYPE1 = 'Number ' / Asteroid number TBCOL1 = 1 / Start column TFORM1 = 'I4 ' / Fortran format TTYPE2 = 'Source ' / Code for source which PoleData is based TBCOL2 = 10 / Start column TFORM2 = 'A5 ' / Fortran format COMMENT Source: See table Aster_Pole_Doc for codes. TTYPE3 = 'PoleData' / Pole Coordinates, see table Aster_Pole_Doc TBCOL3 = 13 / Start column TFORM3 = 'A28 ' / Fortran format TTYPE4 = 'Rotation' / Sense of rotation, see comment TBCOL4 = 42 / Start column TFORM4 = 'A1 ' / Fortran format COMMENT Rotation: '-'= sense of rotation not determined; 'P'= prograde rotation COMMENT Rotation: 'R'= retrograde rotation; 'I'= indeterminate case. TTYPE5 = 'Period ' / Sidereal period TBCOL5 = 47 / Start column TFORM5 = 'F10.8 ' / Fortran format TUNIT5 = 'd ' / Units are days TNULL5 = ' ' / Null value TTYPE6 = 'Period_Flag' / '*' if Period is mean of two values TBCOL6 = 57 / Start column TFORM6 = 'A1 ' / Fortran format TTYPE7 = 'Shape ' / Shape a/b and b/c, see table Aster_Pole_Doc TBCOL7 = 58 / Start column TFORM7 = 'A16 ' / Fortran format TTYPE8 = 'RefNum ' / Code for reference in table Aster_Pole_Ref TBCOL8 = 74 / Start column TFORM8 = 'A7 ' / Fortran format END