tomojitakasu / RTKLIB

2.54k stars 1.62k forks source link

NVS conversion error (floating point overflow) #11

Closed Clouded closed 11 years ago

Clouded commented 11 years ago

When converting Navis binr tracks with rtkconv somewhere in the middle of conversion I get the following error using rtklib 2.4.2_p3: error1 When using rtkconv from rtklib navis version by Michele Bavaro: error2 when using convbin it simply hangs with no error message: error3

Generated rinex files are truncated, so only part of the track is available for post-processing. Tracks were recorded with strsvr with the following settings: !NVS CFG-BINR d7 02 0A !WAIT 500 !NVS CFG-BINR f4 01 !WAIT 500

@ !NVS CFG-BINR 0e

Here is the track file (rover.nvs) with the results of conversion: https://www.dropbox.com/s/pm7h9yflohzufcb/rover.zip

If necessary I can provide more tracks and test more rtklib versions.

tomojitakasu commented 11 years ago

Fixed in rtklib 2.4.2 p4.

Clouded commented 11 years ago

Thanks!