Overview of BODAQS software
The BODAQS analysis software is currently a work in progress. Below we explain what needs to be done to get insight you can use out of your log data, and the different ways to do it in the BODAQS ecosystem.
Long story short:
- We recommend you use the BODAQS Import Manager to load and pre-process your files.
- If you’re mainly interested in standard suspension metrics, we recommend you use data.syn.bike to visualize your results
- If you want to explore on your own, we recommend the BODAQS Analysis bundle for Jupyter Lab
What the software does
Section titled “What the software does”Regardless of which of the options you use, getting from your recorded logs to meaningful data presentation requires the following steps:
- Loading the data from the logger to a computer
- Pre-processing, which includes detecting sensor zero points, applying shock linkage transformations, calculating velocity from displacement, event detection and metric calculation, adding setup notes, linking GPS data from other sources, and similar operations.
- Session selection, which means choosing the log or log(s) you want to do analysis on.
- Visualization of the selected data.
Suggested workflows
Section titled “Suggested workflows”Right now there are two ways we recommend doing data analysis with BODAQS:
Workflow 1: BODAQS Import Manager -> data.syn.bike
Section titled “Workflow 1: BODAQS Import Manager -> data.syn.bike”This workflow is best for most users. It looks like this:
- Download, install and set up the BODAQS Import Manager. Instructions are here
- Import files from your logger using the Import Manager. The processed files are stored in a library on your computer.
- Visit data.syn.bike and upload selected files to visualize them. Instructions are here
Workflow 2: BODAQS Import Manager -> Jupyter Lab notebooks
Section titled “Workflow 2: BODAQS Import Manager -> Jupyter Lab notebooks”This workflow is best for power users, Python natives and the extremely curious. It looks like this:
- Download, install and set up the BODAQS Import Manager. Instructions are here
- Download, install and set up a Python / Jupyter Lab analysis environment on your computer. Instructions are here
- Import files from your logger using the Import Manager. The processed files are stored in a library on your computer.
- Use Jupyter Lab notebooks to visualize your data. Instructions are here