chaoshu的个人博客分享 http://blog.sciencenet.cn/u/chaoshu

博文

rtkpost静态基线处理说明

已有 3220 次阅读 2021-6-11 14:17 |个人分类:RTKLIB|系统分类:科研笔记

静态基线解算一下三个设置说明:

(1) Setting1 - Positioning Mode = Static (pos1-posmode = static)
(2) Setting1 - Solution(Filter) Type = Combined (pos1-soltype = combined)
(3) Output - Soluiton for Static Mode = Single (out-solstatic = single)


说明:

pos1-soltype = forward, backward, combined

This is the direction in time that the kalman filter is run. For real-time processing, “forward” is your only choice. For post-processing, “combined” first runs the filter forward, then backwards and combines the results. For each epoch, if both directions have a fix, then the combined result is the average of the two with a fixed status unless the difference between the two is too large in which case the status will be float. If only one direction has a fix, that value will be used and the status will be fixed. If both directions are float then the average will be used and the status will be float. Results are not always better with combined because a false fix when running in either direction will usually cause the combined result to be float and incorrect. The primary advantage of combined is that it will usually give you fixed status right to the beginning of the data while the forward only solution will take some time to converge. The 2.4.3 code resets the bias states before starting the backwards run to insure independent solutions. The demo5 code doesn’t reset the bias states to avoid having to lock back up when the rover is moving.  I only use the “backward” setting for debug when I am having trouble getting an initial fix and want to know what the correct satellite phase-biases are.

image.png


out-solstatic      =all        # (0:all,1:single)

image.png


pos1-soltype = combined:combined的主要优点是,它通常会在数据开始时为您提供固定的状态,而仅向前的解决方案需要一些时间才能收敛;

out-solstatic = single:时间会显示是第一个历元(最开始),但是定位结果是最后一个解算的结果!


1)rtkpost暂时不支持,整个时段所有历元综合平差(商业软件的基线解算都是时段综合解),只能单个历元计算!

image.png



建议:
1)如果需要类似于商业软件基线处理模式,需要进行二次开发,即,改造rtkpos函数;

2)静态处理模式采用如下设置:

pos1-soltype = combined

out-solstatic = single



https://wap.sciencenet.cn/blog-858128-1290764.html

上一篇:SSR_Flyer_v3.pdf
下一篇:Bernese5.0 安装方法
收藏 IP: 119.79.228.*| 热度|

0

该博文允许注册用户评论 请点击登录 评论 (0 个评论)

数据加载中...

Archiver|手机版|科学网 ( 京ICP备07017567号-12 )

GMT+8, 2024-4-20 01:51

Powered by ScienceNet.cn

Copyright © 2007- 中国科学报社

返回顶部