c-proof / pyglider

glider software
https://pyglider.readthedocs.io/
Apache License 2.0
17 stars 24 forks source link

FIX: bad maxgap default #169

Closed jklymak closed 3 months ago

jklymak commented 3 months ago

maxgap was set to 300, but the units were milliseconds! This lead to huge gaps in the data sets. Changed so maxgap is in seconds, and default was changed to 10 s.