This is a (not so) tiny tool that should ease inspecting the very complicated GSF logs. The infrastructure is designed to be generic and extendable, so it should be not too much of an effort to adapt it e.g. to the CKF.
Important: This tool is probably quite unstable, especially the log parsing. However, the code is not so complicated, if you encounter problems, just fix the issue :)
The debugger can used with a saved VERBOSE log file of a single trackfit:
python src/main.py --log=mylog.txtAnother option is to pipe it to the process:
./my_gsf_run_script.sh | python src/main.pyFurther options can be found with
python src/main.py --helpSee also in the documentation: put-link-here