||
静态基线解算一下三个设置说明:
(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.
out-solstatic =all # (0:all,1:single)
pos1-soltype = combined:combined的主要优点是,它通常会在数据开始时为您提供固定的状态,而仅向前的解决方案需要一些时间才能收敛;
out-solstatic = single:时间会显示是第一个历元(最开始),但是定位结果是最后一个解算的结果!
1)rtkpost暂时不支持,整个时段所有历元综合平差(商业软件的基线解算都是时段综合解),只能单个历元计算!
建议:
1)如果需要类似于商业软件基线处理模式,需要进行二次开发,即,改造rtkpos函数;
2)静态处理模式采用如下设置:
pos1-soltype = combined
out-solstatic = single
Archiver|手机版|科学网 ( 京ICP备07017567号-12 )
GMT+8, 2024-12-27 07:22
Powered by ScienceNet.cn
Copyright © 2007- 中国科学报社