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..."
(No difference)

Revision as of 12:02, 3 February 2020

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 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:

$./run-pru-parser -h

To parse a file, run:

$./run-pru-parser -i relative/path/to/input/file -o relative/path/to/output/file -v verbosity level (0 or 1)