marcin-osowski / igc_lib

A simple library to parse IGC logs and extract thermals.
MIT License
50 stars 20 forks source link

Fix problem with over-triggering on bearing rate change. #8

Closed marcin-osowski closed 8 years ago

marcin-osowski commented 8 years ago

Flights with maximum recording frequency (every 1 second) were generating a lot of noise in the bearing rate change calculation. Changed the code to calculate bearing rate change to a fix that's at least 5 seconds in the future, not to the next fix.