Running pRUParser: Difference between revisions

From pCT
Osk090 (talk | contribs)
Created page with "== Software Function == The pRUParser takes a raw, binary, offload stream of pRU data from a file. It will sort, error check and prunes this in to a raw, binary, stream and s..."
 
Osk090 (talk | contribs)
No edit summary
Line 1: Line 1:
== Software Function ==
== Software Function ==
The pRUParser takes a raw, binary, offload stream of pRU data from a file.
The pRUParser takes a raw, binary, offload stream of pRU data from a file created by the pDTP Client.
It will sort, error check and prunes this in to a raw, binary, stream  and save this do disk for further prosessing.  
It will sort, error check and prunes this in to a raw, binary, stream  and save this do disk for further prosessing.  
It will lastly print a summary of any errors it detected.
It will lastly print a summary of any errors it detected.

Revision as of 13:53, 3 February 2020

Software Function

The pRUParser takes a raw, binary, offload stream of pRU data from a file created by the pDTP Client. It will sort, error check and prunes this in to a raw, binary, stream and save this do disk for further prosessing. It will lastly print a summary of any errors it detected.

Usage

In the readout/ folder in your build directory: For help run: <syntaxhighlight lang="bash"> $./run-pru-parser -h </syntaxhighlight>

To parse a file, run: <syntaxhighlight lang="bash"> $./run-pru-parser -i relative/path/to/input/file -o relative/path/to/output/file -v verbosity level (0 or 1) </syntaxhighlight>