Check the Binary or DB file for any errors in the data. This will check things like voltage, heading, pitch and roll spikes, date jumps and other test. Streamlit is used to display plots of the results.
pip install -r requirements.txt
pip install -r rti_python\requirements.txt
pip install -r rti_python_plot\requirements.txt
# To just see results
python app.py
# To see plots also
streamlit run app.py