flysight / flysight-viewer-qt

Cross-platform FlySight viewer
GNU General Public License v3.0
32 stars 15 forks source link

Speed - Calculated Scoring higher than graph (FS2) #154

Closed boulavogue closed 1 month ago

boulavogue commented 1 month ago

I've noted on a few jumps that the calculated score (avg 3 sec) is higher than any one point on the graphed vertical speed. Example file & screenshot for reference. FS2 - v2023.07.01 FlySightViewer-Win-20230729 TRACK.CSV image

boulavogue commented 1 month ago

Example 2 TRACK.CSV

boulavogue commented 1 month ago

Closing issue. Firmware now updated to v2023.09.22.1. Will re-open this issue if found to re-occur. Thanks for everything you do!!

For those interested: (FYI speed accuracy above 3m/s) With updated firmware the inverse is also true Avg score 483, while the graphed window speed is 493-501 TRACK.CSV

image

boulavogue commented 1 month ago

FlySightViewer-Win-20230729 FS2 Firmware v2023.09.22.1 Re-opening, as the fastest vertical speed in the window (496.139) is slower than the "Results" 3 sec avg vertical speed (496.61) image TRACK.CSV

crwper commented 1 month ago

This is normal. The score is calculated using the difference in elevation over a 3 second window, whereas the vertical speeds are instantaneous measurements based on the Doppler shift in satellite signals. It's possible to compare the two, but you need to take the accuracy estimates into account. Using the first track you uploaded as an example:

The calculated score is 497.83 +/- 8.64 km/h (i.e., the value of 2.400 m/s shown in the scoring window) The average vertical speed over the same window is 494.19 +/- 2.607 km/h (the average of the speed accuracy estimate)

The accuracy estimates given here are "1 sigma" values, which means roughly 68% of the time the true measurement will be within that margin of the reported value. Loosely speaking, as long as these two ranges overlap (as they do here), it's likely the two numbers represent the same performance.

boulavogue commented 1 month ago

@crwper thank you so much for this concise and insightful explanation. I did not realize the calculated score was from the elevation difference. I looked for a "buy me a coffee" donation button on the FS page, but I'll get you a beverage at the world champs. Many thanks!!