PDS_VERSION_ID = PDS3 /* File characteristics */ RECORD_TYPE = FIXED_LENGTH RECORD_BYTES = 36 FILE_RECORDS = 144 /* Data object pointer */ ^TABLE = "GVTIDX.TAB" /* Identification data elements */ DATA_SET_ID = "MGN-V-RDRS-5-GVDR-V1.0" DATA_SET_NAME = "MAGELLAN VENUS RADAR SYSTEM GLOBAL DATA RECORD V1.0" PRODUCT_ID = "GVTIDX-SOUTH.100" MISSION_NAME = "MAGELLAN" SPACECRAFT_NAME = "MAGELLAN" INSTRUMENT_NAME = "RADAR SYSTEM" TARGET_NAME = "VENUS" ORBIT_START_NUMBER = 377 ORBIT_STOP_NUMBER = 3960 START_TIME = "N/A" STOP_TIME = "N/A" SPACECRAFT_CLOCK_START_COUNT = "N/A" SPACECRAFT_CLOCK_STOP_COUNT = "N/A" PRODUCT_CREATION_TIME = 1994-05-11T07:51:53.000 PRODUCT_RELEASE_DATE = 1994-05-13 PRODUCT_SEQUENCE_NUMBER = 00000 PRODUCT_VERSION_TYPE = "PRELIMINARY" SOURCE_DATA_SET_ID = {"MGN-V-RDRS-5-SCVDR-V1.0", "MGN-V-RDRS-CDR-ALT/RAD-V1.0"} SOURCE_PRODUCT_ID = {"SCVDR.00376-00399.1", "SCVDR.00400-00499.1","SCVDR.01100-01199.1","SCVDR.01200-01299.1", "SCVDR.01300-01399.1","SCVDR.01400-01499.1","SCVDR.01500-01599.1", "SCVDR.01600-01699.1","SCVDR.01700-01799.1","SCVDR.01800-01899.1", "SCVDR.01900-01999.1","SCVDR.02000-02099.1","SCVDR.02100-02199.1", "SCVDR.00500-00599.2","SCVDR.00600-00676.2","SCVDR.00787-00799.2", "SCVDR.00800-00899.2","SCVDR.00900-00999.2","SCVDR.01000-01099.2", "SCVDR.02200-02299.2","SCVDR.02400-02499.2","SCVDR.02500-02599.2", "SCVDR.02300-02399.1","ARCDRCD.001;2","ARCDRCD.002;1","ARCDRCD.003;1", "ARCDRCD.004;1","ARCDRCD.005;1","ARCDRCD.006;1","ARCDRCD.007;1", "ARCDRCD.008;1","ARCDRCD.009;1","ARCDRCD.010;1","ARCDRCD.011;1", "ARCDRCD.012;1","ARCDRCD.013;1","ARCDRCD.014;1","ARCDRCD.015;1", "ARCDRCD.016;1","ARCDRCD.017;1","ARCDRCD.018;1","ARCDRCD.019;1"} SOFTWARE_FLAG = "Y" PRODUCER_FULL_NAME = "Michael J. Maurer" PRODUCER_INSTITUTION_NAME = "Stanford Center for Radar Astronomy" PRODUCER_ID = "SCRA" DESCRIPTION = "This file is the tile index, the starting point of all pixel lookup operations. The description below includes a discussion of the organization of an entire GVDR image as well as instructions for use of this file. The GVDR is a pixel-based map product containing scattering properties of the surface of the planet Venus. Each pixel contains a summary of all Magellan observations of surface scattering properties. Since some pixels were observed more than once or in several modes, the amount and type of information available for each pixel is variable. The information for each pixel is stored in four separate files -- one for each unique data type. Each table has a fixed structure. Pixels observed more than once may have multiple entries in some tables; pixels never observed will not appear at all. This arrangement results in efficient storage of pixel data. In addition, solely in the interest of efficient physical access, the pixels are further organized into rectangular tiles. Within each of the four tables, all the pixels from a given tile are stored in consecutive rows. The storage order of both pixels within tiles and tiles within the entire image is row-major, or scanline format. All the pixels in the upper left tile are stored first, then all the pixels in the tile to its right, and so on. This scheme ensures that pixels located near one another on the planet are stored together in the data file. Two index files provide the row numbers of the observations corresponding to a given pixel. The GVTIDX, or tile index file, tells the rows at which each tile begins in the other files, and the GVPIDX, or pixel index file, tells where each pixel begins relative to the start of its tile. The procedure for finding all observations associated with a given pixel is the following: 1. Determine which tile the pixel belongs to using the tiling information in the GVHDR file. 2. Look up the tile in the GVTIDX file (the two-dimensional array of tiles is stored in row-major, or scanline, order). Obtain the starting rows of this tile in the other five files: GVPIDX, GVXIF, GVRDF, GVADF, and GVANF. 3. Look up the pixel in the GVPIDX file, using the row number just found in the GVTIDX file as the address of the first pixel within the tile. Within each tile, the pixels are also stored in row-major, or scanline, order. 4. The entries in the row of the GVPIDX table are the starting rows and number of rows in the four data files: GVXIF, GVRDF, GVADF and GVANF. The starting rows in the GVPIDX file are relative to the tile starting rows obtained from the GVTIDX file, so add these two numbers together. 5. Look up the rows within the data files themselves. All of this is done automatically by the software provided in the SOFTWARE directory on this volume." /* Data object definitions */ OBJECT = TABLE INTERCHANGE_FORMAT = BINARY ROWS = 144 COLUMNS = 9 ROW_BYTES = 36 ^STRUCTURE = "GVTIDX.FMT" END_OBJECT = TABLE END