PDS_VERSION_ID = PDS3 /* File Characteristics */ RECORD_TYPE = FIXED_LENGTH RECORD_BYTES = 48 FILE_RECORDS = 19196 /* Data Object Pointers */ ^VERTEX_TABLE = ("TOUTATIS.TAB",1) ^FACET_TABLE = ("TOUTATIS.TAB",6401) /* Identification Keywords */ DATA_SET_ID = "EAR-A-5-DDR-RADARSHAPES-V1.0" PRODUCT_NAME = "Asteroid Radar Shape Models" PRODUCT_ID = "RADARSHAPES-TOUTATIS-200005" INSTRUMENT_HOST_NAME = "N/A" INSTRUMENT_NAME = "N/A" TARGET_NAME = ASTEROID START_TIME = "N/A" STOP_TIME = "N/A" PRODUCT_CREATION_TIME = 2000-05-12 /* Peer Review Date */ /* Data Object Descriptions */ OBJECT = VERTEX_TABLE ROWS = 6400 ROW_BYTES = 48 INTERCHANGE_FORMAT = ASCII COLUMNS = 4 DESCRIPTION = "This shape file of asteroid 4197 Toutatis was created by Scott Hudson based on radar observations and has the format v x1 y1 z1 v x2 y2 z2 v x3 y3 z3 (etc.) f i1 j1 k1 f i2 j2 k2 (etc.) where the letter 'v' denotes a vertex and the letter 'f' denotes a triangular facet. The VERTEX_TABLE is the first part, describing the positions of the vertices of the shape model. The floating point numbers x1 y1 z1 are the coordinates of vertex 1, and so on (vertices are implicitly numbered beginning with 1). The units are kilometers. The linking of vertices into facets is provided in the FACET_TABLE. This format is identical to a Wavefront OBJ file. There is a freeware program called WCVT2POV that will convert this format into other formats such as POVray and DXF. " OBJECT = COLUMN COLUMN_NUMBER = 1 NAME = "VERTEX FLAG" DATA_TYPE = CHARACTER START_BYTE = 1 BYTES = 1 FORMAT = A1 END_OBJECT = COLUMN OBJECT = COLUMN COLUMN_NUMBER = 2 NAME = "VERTEX LOCATION ONE" UNIT = "KILOMETER" DATA_TYPE = ASCII_REAL START_BYTE = 3 BYTES = 14 FORMAT = "E14.6" END_OBJECT = COLUMN OBJECT = COLUMN COLUMN_NUMBER = 3 NAME = "VERTEX LOCATION TWO" UNIT = "KILOMETER" DATA_TYPE = ASCII_REAL START_BYTE = 18 BYTES = 14 FORMAT = "E14.6" END_OBJECT = COLUMN OBJECT = COLUMN COLUMN_NUMBER = 4 NAME = "VERTEX LOCATION THREE" UNIT = "KILOMETER" DATA_TYPE = ASCII_REAL START_BYTE = 33 BYTES = 14 FORMAT = "E14.6" END_OBJECT = COLUMN END_OBJECT = VERTEX_TABLE OBJECT = FACET_TABLE ROWS = 12796 ROW_BYTES = 48 INTERCHANGE_FORMAT = ASCII COLUMNS = 4 DESCRIPTION = "The FACET_TABLE is the second part of the shape model file providing the linking of vertices into facets. The integers i1 j1 k1 are the indices of the 3 vertices that form triangular facet 1, and so on. " OBJECT = COLUMN COLUMN_NUMBER = 1 NAME = "FACET FLAG" DATA_TYPE = CHARACTER START_BYTE = 1 BYTES = 1 FORMAT = A1 END_OBJECT = COLUMN OBJECT = COLUMN COLUMN_NUMBER = 2 NAME = "VERTEX INDEX ONE" DATA_TYPE = ASCII_INTEGER START_BYTE = 3 BYTES = 4 FORMAT = I4 END_OBJECT = COLUMN OBJECT = COLUMN COLUMN_NUMBER = 3 NAME = "VERTEX INDEX TWO" DATA_TYPE = ASCII_INTEGER START_BYTE = 8 BYTES = 4 FORMAT = I4 END_OBJECT = COLUMN OBJECT = COLUMN COLUMN_NUMBER = 4 NAME = "VERTEX INDEX THREE" DATA_TYPE = ASCII_INTEGER START_BYTE = 13 BYTES = 14 FORMAT = I4 END_OBJECT = COLUMN END_OBJECT = FACET_TABLE END