GNSSpy-Project / gnsspy

Python Toolkit for GNSS Data
MIT License
179 stars 74 forks source link

output interval needs to have a very gentle correction. #8

Open AmirYeganesahab opened 4 years ago

AmirYeganesahab commented 4 years ago

I suppose, for the 30 seconds intervel of clock file you might need a gentle correction in fileName/clockFileName line 50 as below: interval < 30 >>>>>>>>>>>>>> interval <= 30 I am not sure but whenever I interpolate I get a 5 minutes interval of interpolated data instead of 30 seconds which seems to be due to the intersection between two the interpolated position and the downloaded clock file (which is a file with 5 minutes interval). By the way ( GOOD JOB)