McIDAS Programmer's Manual
Version 2003
[Search Manual] [Table of Contents] [Go to Previous] [Go to Next]
The GVAR Block 11 holding areas contain data for sounder images. This data is not easily accessed. A decoder must reformat the raw Block 11 data and place it in the sounder image, where it is available for analysis and display.
GVAR transmits 22 types of Block 11 data. This can be 6-, 8- or 10-bit data. The user can specify any type to be stored in a single holding area. Control fields in the line prefix or the first portion of the data (called the SAD ID) are used by postprocesses, such as the sounder decoder, to determine the block type. Each data block line consists of a single Block 11 sector, or block. All blocks are 8040 bytes. Refer to the OGE, sections 3.3.7 - 3.3.7.14 for a description of the contents of each block type.
The 10-bit data is formatted as follows, with x representing a data bit and the rest being zero-filled after shifting.
The 8-bit data is formatted as follows:
The 6-bit data is formatted as follows:
The line prefix for Block 11 contains a 4-byte validity code. Its documentation region is 40 bytes, consisting of the following:
Documentation region | Bytes | OGE table |
---|---|---|
block header CRC; this field is overwritten in the mainframe by a 2-byte counter and is used to check sequencing of the data flow |
||
The rest of the Block 11 line consists of up to 8040 bytes of data, depending on block type.
Bytes 17-24 contain the time the block was sent from the ground station.
[Search Manual] [Table of Contents] [Go to Previous] [Go to Next]