
TEQC
zzh_my
努力 踏实 执着!!
展开
-
anubis批量绘制脚本
通常采用的绘制命令是plot_Anubis.pl 但这个仅能一次执行一个xtr文件,根据点名,循环执行。 #!/bin/bash list="AAA1 AAA2 AAA3 AAA4 AAA5 AAA7 AAA8" #down brdc cd /home/zhao/work/anbuis/net1/059 echo `pwd` for siteName in $list do echo `pwd` # ss=--plot="${siteName}059.eps" --all --all --原创 2022-04-03 21:01:07 · 627 阅读 · 0 评论 -
anubis错误(invalid date)
故障提示如下: [zhao@zhaoZhongHai doy059]$ anubis -x config.xml -l process.log *** [!error] /config/gen: ... invalid date: *** [!error] /config/gen: ... invalid date: *** [!error] /config/gen: ... invalid float: *** [!error] /config/inp:ntrip ... invalid i原创 2022-03-29 18:30:28 · 1403 阅读 · 0 评论 -
TEQC网站
TEQC的文档网站,http://facility.unavco.org/software/teqc/tutorial.html#teqc_translate原创 2008-07-27 10:43:00 · 2792 阅读 · 0 评论 -
GPS数据检查iteqc
主要涉及RINEX格式数据的检查,提取出关键检查项信息,方便检查人员快速核实数据。 (一)、数据的截止高度角检查; (二)、数据的中断检查; (三)、数据的关键信息全数提取; (四)、大量数据的快速处理。 主要采用基于teqc、qc2sky软件的开发,利用python编程语言实现检查程序主体功能. 下载地址:http://dl.dbank.com/c0aj1uol81原创 2012-05-26 14:31:57 · 1388 阅读 · 0 评论 -
teqc: currently cannot deal with an applied clock offset in QC mode
http://postal.unavco.org/pipermail/teqc/2007/000458.html > When I run teqc +qc on files with REC CLOCK OFFS APPL in the header, I get > this: > > teqc: currently cannot deal with an applied cloc转载 2014-12-29 22:51:22 · 1532 阅读 · 0 评论 -
TEQC最新版本2015年6月23日版本
有64位和32位之分,分别有linux、windows版本等。2015年6月的版本已经可以处理北斗数据,但能够处理的RINEX最高版本仍然是2.11。rinex3不支持,需要把rinex3版本转换为2.11版本。 windows下载地址: Microsoft Windows zip files: Windows 32-bit 95/98/NT/2000/XP/7/8 (Bor原创 2015-07-21 18:16:39 · 5666 阅读 · 6 评论 -
利用teqc转天宝的原始数据格式T02,含北斗数据beidou(BDS)
关键是在teqc中添加+relax 获得rinex2.11版本的数据。 参考:http://postal.unavco.org/pipermail/teqc/2013/001492.html RINEX 2.11 "extended": +----------------------------------------------------------------------原创 2016-01-29 14:00:31 · 7050 阅读 · 2 评论 -
teqc 合并文件
在windows下的teqc,不能识别正则表达式,例如合并的命令。teqc AAA123[A-X].16o > AAA1230.16o 在linux下则可以。原创 2016-11-06 15:36:47 · 2314 阅读 · 5 评论