You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$ ./bin/gnsslogger_to_rnx ../gnss/gnss_log_2021_05_04_19_35_22.txt
Traceback (most recent call last):
File "D:\Projects\android_rinex\bin\gnsslogger_to_rnx", line 68, in <module>
gnsslog = alogger.GnssLog(args.input_log)
File "C:\Python39\lib\site-packages\andrnx-0.1-py3.9.egg\andrnx\gnsslogger.py", line 186, in __init__
File "C:\Python39\lib\site-packages\andrnx-0.1-py3.9.egg\andrnx\gnsslogger.py", line 107, in __init__
AttributeError: type object 'GnssLogHeader' has no attribute 'parse_uncalaccel'
The text was updated successfully, but these errors were encountered:
Hi,
Thank you for the great and useful tool.
I have faced problems parsing recently collected file by gnss logger. The file contains the following header:
And the tool crashes on:
The text was updated successfully, but these errors were encountered: