-
Hi, After my first full session with ORM, I got some unexpected results so I decided to dive into the data logs, where I saw unexpectedly long drive phases:
This prompted me to look around in the .csv's (Raw and RowingData). After some graphing around, I discovered that the auto-calculated drag factor drifts a lot and the driveTime variation is closely linked to that. This could also be the other way around of course because the dragfactor calculation has less of a recovery phase duration to work with if the drive phase is incorrectly detected too long. Does anyone have an idea of what to check next? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 10 replies
-
Di you have the raw data file? I like to graph those in excel to see if they are consistent as well as it is possible to replay a session which helps tweaking the settings without needing to row in real time It is possible that you need stricter goodness of fit for the drag factor calculation. |
Beta Was this translation helpful? Give feedback.
-
Correctly disabling |
Beta Was this translation helpful? Give feedback.
Correctly disabling
autoAdjustRecoverySlope
solved the issue, see here the before and after of the original RowingData and the re-simulated RowingData