There are three engineering file formats that are internal to the EDPS system.
The SUB files are dumped using the interactive tool “dumpsub” that gives the following message when called with no arguments:
ERROR: incorrect number of arguments specified
Usage: dumpsub [<directory spec>] <input file name>
The RAWJIT files are dumped using the interactive tool “jitter_dump” that gives the following message when called with no arguments:
2005104131128-E-ERROR Must provide three arguments: (1)
2005104131128-E-ERROR Arg 1: full file spec (1)
2005104131128-E-ERROR Arg 2: start record (int) (1)
2005104131128-E-ERROR Arg 3: stop record (int) (1)
2005104131128-E-ERROR Arg 4: -s (optional) use stdout (1)
2005104131128-E-ERROR Try again with three arguments (1)
The RAWAST files are dumped using the interactive tool “fgsast_dump” that gives the following message when called with no arguments:
2005104131317-E-ERROR Must provide
three arguments: (1)
2005104131317-E-ERROR Arg 1: full
file spec (1)
2005104131317-E-ERROR Arg 2: start
record (int) (1)
2005104131317-E-ERROR Arg 3: stop
record (int) (1)
2005104131317-E-ERROR Arg 4: -s
(optional) use stdout (1)
2005104131317-E-ERROR Note: the
first record is 0. (1)
2005104131317-E-ERROR Try again
with three arguments (1)