IPNL-POLYU / pyrtklib

Unleash all the performance of the most popular GNSS library -- RTKLIB in python. A python binding for RTKLIB provides full functions
https://www.polyu.edu.hk/aae/ipn-lab/us/index.html
MIT License
57 stars 8 forks source link

调用convrnx(format_args,rnxopt,inputfiles,outfile_list)报错:Caught an unknown exception! #6

Closed fuyongjia closed 6 days ago

fuyongjia commented 1 week ago

您好,我调用convrnx将rtcm3数据转换为rienx3.04,但是一直报错,自己怀疑是rnxopt_t *opt参数配置的不对,或者不全,不知道如何修改,请您给看一下呢 [Uploading convrnx.txt…]() image

ebhrz commented 1 week ago

您好,我没有用过这个函数,能否提供一下所有的参数,并且能否尝试使用同样的配置使用原始rtklib用c写一遍看是否报错?

fuyongjia commented 1 week ago

抱歉之前上传的txt可能失败了,我配置了几个使用convbin.exe时必须传入的参数,convrnx.zip,我压缩了一下,您给看看,感谢

ebhrz commented 1 week ago

Hi fuyongjia, 我调试了你的程序,问题出在了你的outfile_list没有给全,因为rtcm3里可能有各种观测数据与星历数据,rtklib要求把所有可能的输出文件路径都填上去,参考convrnx的说明如下: `* convert receiver log file to RINEX obs/nav, SBAS log files

fuyongjia commented 6 days ago

感谢,上面的问题解决了,您是否还补充其他参数呢,我只转换出了头文件部分 image

fuyongjia commented 6 days ago

您好,缺少的参数找到了。 image

ebhrz commented 6 days ago

祝好

fuyongjia commented 6 days ago

祝好

感谢帮助!