DESCRIPTION = "This file describes the format of the TABLE in the GVTIDX.TAB file. See the GVTIDX.LBL file for the full PDS label." OBJECT = COLUMN NAME = PIXEL_TILE_START DATA_TYPE = MSB_UNSIGNED_INTEGER START_BYTE = 1 BYTES = 4 VALID_MINIMUM = 0 VALID_MAXIMUM = 2160640 DESCRIPTION = "The row in the GVDR_PIXEL_INDEX_TABLE containing the first pixel in this tile, with the first row numbered as 0. This will be a multiple of the number of pixels in a tile, since tiles are either written in their entirety to the pixel index file or not written at all." END_OBJECT = COLUMN OBJECT = COLUMN NAME = XIF_TILE_START DATA_TYPE = MSB_UNSIGNED_INTEGER START_BYTE = 5 BYTES = 4 VALID_MINIMUM = 0 VALID_MAXIMUM = 1896964 DESCRIPTION = "The row in the GVDR_XIF_TABLE containing the first sample of the first pixel in this tile, with the first row numbered as 0." END_OBJECT = COLUMN OBJECT = COLUMN NAME = RDF_TILE_START DATA_TYPE = MSB_UNSIGNED_INTEGER START_BYTE = 9 BYTES = 4 VALID_MINIMUM = 0 VALID_MAXIMUM = 4276931 DESCRIPTION = "The row in the GVDR_RDF_TABLE containing the first sample of the first pixel in this tile, with the first row numbered as 0." END_OBJECT = COLUMN OBJECT = COLUMN NAME = ADF_TILE_START DATA_TYPE = MSB_UNSIGNED_INTEGER START_BYTE = 13 BYTES = 4 VALID_MINIMUM = 0 VALID_MAXIMUM = 1898257 DESCRIPTION = "The row in the GVDR_ADF_TABLE containing the first sample of the first pixel in this tile, with the first row numbered as 0." END_OBJECT = COLUMN OBJECT = COLUMN NAME = ANF_TILE_START DATA_TYPE = MSB_UNSIGNED_INTEGER START_BYTE = 17 BYTES = 4 VALID_MINIMUM = 0 VALID_MAXIMUM = 1945746 DESCRIPTION = "The row in the GVDR_ANF_TABLE containing the first sample of the first pixel in this tile, with the first row numbered as 0." END_OBJECT = COLUMN OBJECT = COLUMN NAME = XIF_TILE_SAMPLES DATA_TYPE = MSB_UNSIGNED_INTEGER START_BYTE = 21 BYTES = 4 VALID_MINIMUM = 0 VALID_MAXIMUM = 1971 DESCRIPTION = "The number of rows in the GVDR_XIF_TABLE that correspond to pixels within this tile. The first such row is numbered XIF_TILE_START, and the last such row is numbered XIF_TILE_START + XIF_TILE_SAMPLES - 1." END_OBJECT = COLUMN OBJECT = COLUMN NAME = RDF_TILE_SAMPLES DATA_TYPE = MSB_UNSIGNED_INTEGER START_BYTE = 25 BYTES = 4 VALID_MINIMUM = 0 VALID_MAXIMUM = 7668 DESCRIPTION = "The number of rows in the GVDR_RDF_TABLE that correspond to pixels within this tile. The first such row is numbered RDF_TILE_START, and the last such row is numbered RDF_TILE_START + RDF_TILE_SAMPLES - 1." END_OBJECT = COLUMN OBJECT = COLUMN NAME = ADF_TILE_SAMPLES DATA_TYPE = MSB_UNSIGNED_INTEGER START_BYTE = 29 BYTES = 4 VALID_MINIMUM = 0 VALID_MAXIMUM = 1024 DESCRIPTION = "The number of rows in the GVDR_ADF_TABLE that correspond to pixels within this tile. The first such row is numbered ADF_TILE_START, and the last such row is numbered ADF_TILE_START + ADF_TILE_SAMPLES - 1." END_OBJECT = COLUMN OBJECT = COLUMN NAME = ANF_TILE_SAMPLES DATA_TYPE = MSB_UNSIGNED_INTEGER START_BYTE = 33 BYTES = 4 VALID_MINIMUM = 0 VALID_MAXIMUM = 1024 DESCRIPTION = "The number of rows in the GVDR_ANF_TABLE that correspond to pixels within this tile. The first such row is numbered ANF_TILE_START, and the last such row is numbered ANF_TILE_START + ANF_TILE_SAMPLES - 1." END_OBJECT = COLUMN