There have been occasions where the information contained in the telemetered version of the standard header packet, the .SHX file, is incorrect and further processing by the OPUS pipeline cannot proceed. Therefore occasionally there is a need to modify the contents of the .SHX file so the observation can finish processing through the pipeline.
The database relation "yurintab" contains the location of items in the telemetry stream (the .SHX file). This tool combines that information with the contents of that file, and dumps the individual telemetry item values into a human-readable ASCII .LIS file. That file can then be edited with any text editor. Any particular value in the SHX can thus be changed. Running the SHXMAKE command against the resulting .LIS file produces a binary .SHX file with the new values.
Inputs
SOURCEID= ' DC'x / SOURCE ID
DCFOBSN = ' 30'x / DCF OBS NO./PRINTING
YHVVLT = ' E9'x / HV SUPPLY VOLTAGE
YHVCUR = ' E9'x / HV SUPPLY CURRENT
YXDEFCUR= ' 7E'x / X-DEFL COIL DR CUR
YYDEFCUR= ' B8'x / Y-DEFL COIL DR CUR
YTRMFCUR= ' 7C'x / TRIM FOCUS COIL DRI
.....
Also note that the format of this file is fixed. SPACES ARE SIGNIFICANT.
Filename
MODPKT A binary editor used to modify individual mnemonic values in an EDT file