We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
There are two kinds of binary data files.
*.raw
econd-decoder
*.dat
rogue-decoder.py
How you run these programs depends on which conda environment you are in.
You are using this environment to develop pflib, so I'm assuming you have a build of pflib somewhere.
Running the C++ program can be done from the build
build
./build/econd-decoder -h
Running the Python rogue decoder needs the PYTHONPATH to be updated.
PYTHONPATH
PYTHONPATH=${PWD}/build ./app/rogue-decoder.py
(I'm open to ideas on how to simplify this.)
These executables are installed and so should be available in your PATH already.
econd-decoder -h
or
rogue-decoder.py -h