<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<!DOCTYPE config><config><gen><beg> "2021-09-24 00:00:00" </beg><end> "2021-09-24 23:59:59" </end><int>  30  </int><rec> WUH2   </rec><sys> GPS GLO GAL BDS -QZS -SBS -IRN </sys> <!--注释>  "-"代表不处理某个卫星系统 </注释--></gen><inputs><rinexo> D:\ANUBIS\test\wuh22670.21o</rinexo>                                                                  <rinexn> D:\ANUBIS\test\brdm2670.21p</rinexn>     </inputs><qc sec_sum="9"     <!--注释>  summary information; 1-9 数字越大,输出信息越详细</注释--> sec_hdr="3"     <!--注释>  meta data in header and from user requests  </注释--> sec_obs="2"     <!--注释>  overall observation statistics </注释--> sec_est="2"     <!--注释>  estimated values </注释-->           sec_gap="9"     <!--注释>  data gaps and small data pieces </注释--> sec_bnd="2"     <!--注释>  band counting from available observations </注释--> sec_pre="9"     <!--注释>  cycle slip and clock jump detection </注释--> sec_ele="2"     <!--注释>  section for azimuths and elevations of visible satellites </注释--> sec_mpx="2"     <!--注释>  multipath estimation  </注释--> sec_snr="2"     <!--注释>  section for signal-to-noise ratio observations       </注释--> sec_sat="2"     <!--注释>  satellite information </注释-->int_stp="1200"  <!--注释>  interval for QC parameters sampling </注释--> int_gap="600"   <!--注释>  interval for reporting data gaps   </注释--> int_pcs="1800"  <!--注释>  interval for reporting small data pieces  </注释--> col_sat="50"    <!--注释>  number of columns for sat-specific reporting</注释--> mpx_nep="15"    <!--注释>  the number of epochs used for the multipath calculation   The algorithm exploits the threshold (mpx lim*sigma) for identifying a potential cycle slip , the sigma has been estimated from the noise of a consecutive (and continuous) multipath observations.  </注释--> mpx_lim="3.0"   <!--注释>  the factor for sigma multiplication for internal cycle slip detection (sigma-multiplicator for MP cycle-slip & outlier detection) </注释-->pos_kin="false" <!--注释>  kinematic receiver (true = kinematic)     </注释--> pos_int="900"   <!--注释>  positioning interval     </注释--> pos_cut="10"    <!--注释>  positioning elevation angle cut-off (degrees)     </注释--> ele_cut="10"    <!--注释>  user elevation cut-off (only for expt/have, degrees)    </注释--> sat_rec="false"   <!--注释> expected observations from satellites (true:any | false:signal)     </注释--> use_health="position"   <!--注释> use of satellite health (position|statistics|all) </注释-->/><gps><!--sat> </sat-->  <!-- list of gps satellites--><type> C L D S  </type>                                <!-- list of gps obs types   ***“<!--...-->”代表注释,可以在中间写内容,注意<qc.../>不能写注释,文中的注释仅供阅读理解,运行时建议重新设置配置文件***--><band> 1 2 5 </band>                                   <!-- list of gps obs bands--><attr> C D I L M N P Q S W X Y   </attr>               <!-- list of gps obs attributes --></gps><bds><sat> C01 C02 C03 C04 C05 C06 C07 C08 C09 C10 C11 C12 C13 C14 C16 C19 C20 C21 C22 C23 C24 C25 C26 C27 C28 C29 C30 C32 C33 C34 C35 C36 C37 C38 C39 C40 C41 C42 C43 C44 C45 C46 </sat>  <!-- list of gps satellites-->  <!--注释>  "-"代表不处理某颗卫星 </注释--><type> C L D S  </type>                                 <!-- list of bds obs types --> <!--注释>  处理的观测类型,可以选择只处理“C L”(伪距和载波) </注释--><!--band> 1 2 5 6 7</band-->                            <!-- list of bds obs bands-->  <!--注释>  可以选择处理的频率(1-B1C、2-B3I、5-B2a、6-B3I) </注释--><band> 2 6 </band>   <attr> I Q X  </attr>                                   <!-- list of bds obs attributes -->  <!--注释>  可以选择处理频率的信号通道 </注释--></bds><gal><type> C L D S  </type>                                 <!-- list of gal obs types --><band> 1 5 6 7</band>                                   <!-- list of gal obs bands--><attr> A B C I Q X Z  </attr>                           <!-- list of gal obs attributes --></gal><glo><type> C L D S  </type>                                 <!-- list of glo obs types --><band> 1 2 </band>                                      <!-- list of glo obs bands--><attr> C P   </attr>                                    <!-- list of glo obs attributes --></glo><outputs append="0" verb="0" ><!--log> /dev/stdout </log-->     <!--注释>  处理日志直接出现在屏幕上 </注释--><log> anubis_%Y-%m-%d.log </log>  <!--注释>  一般处理出现问题时,可以打开此文件查看 </注释--><xtr> $(rec)_%Y-%m-%d.xtr </xtr>  <!--注释>  “%Y-%m-%d”代表处理时的时间,不是指上面所处理观测文件的时间 </注释--><xml> $(rec)_%Y-%m-%d.xml </xml></outputs></config>

Anubis配置文件说明记录相关推荐

  1. Spring Boot配置文件学习记录【1】

    [1]Spring Boot配置文件 Spring Boot配置层面的知识已学习完.总结一下本周的学习内容,一切都需要从@SpringBootApplication谈起,因为它,做到了真正配置文件的简 ...

  2. nodejs实践录:pm2实验测试记录

    本文是测试在运行时更新ecosystem配置文件的记录. 源码 服务端 /* express简单示例 */ //const log = require('../lib/log.js'); const ...

  3. 从零学习Nginx配置文件,呕心沥血w字长文

    1 Nginx介绍 1 Nginx基本概念 可以理解为 nginx 是服务器的软件 1.1 反向代理 **正向代理:**需要在客户端(浏览器)配置代理服务器,通过代理服务器进行互联网访问. 反向代理: ...

  4. linux firewalld配置文件,Linux CentOS7防火墙firewalld使用说明

    文章目录 [隐藏] firewalld配置文件 firewalld规则 firewalld的9个zone介绍 firewalld zone相关命令的用法 firewalld service介绍 Cen ...

  5. centos6.5 ifconfig显示为eth1,但是配置文件只有eth0,且配置不生效

    今天同事给了我一个centos6.5的ovf包,我部署上服务器,一切都顺利,但是在配置网卡的时候遇到了问题. 我用ifconfig命令只能显示lo即回路网卡,但是用ifconfig -a时会显示出et ...

  6. Linux自学笔记——haproxy

    HAProxy提供高可用性.负载均衡以及基于TCP和HTTP应用的代理,支持虚拟主机,它是免费.快速并且可靠地一套解决方案.HAProxy特别适用于那些负载特大的web站点,这些站点通常又需要会话保持 ...

  7. 你写的ML代码占多少内存?这件事很重要,但很多人还不懂

    点击上方"视学算法",选择加"星标"或"置顶" 重磅干货,第一时间送达 作者:Tirthajyoti Sarkar 本文转载自:机器之心  ...

  8. centos7 firewalld日常使用

    若生产中使用有docker,建议不要使用firewalld,改用iptables,用firewalld坑很多,暂时还未找到解决办法,在此做下记录: 说明:若加参数permanent为永久添加即添加至z ...

  9. 我的Android进阶之旅------Android项目目录结构分析

    此文章来自"博客园"博主,仅在此借鉴,学习 1.HelloWorld项目的目录结构 1.1.src文件夹 1.2.gen文件夹 1.3.Android 2.1文件夹 1.4.ass ...

最新文章

  1. ATO/MTO类机械制造业特点以及ERP需求分析(三)
  2. 合肥市电力大数据应用工程技术研究中心成立
  3. tcpdump 抓二层包_可能是我见过的最简单易懂且实用的 TCPDump 和 Wireshark 抓包及分析教程!( 强烈建议收藏 )...
  4. cadence 旋转快捷键_cadence原理图快捷键
  5. starops 云效运维 文档_阿里云 SAE 携手云效助力「石家庄掌讯」持续交付、降本提效...
  6. 笨办法学 Linux 8~11
  7. cvs数据导入工具 oracle_oracle数据库的导入导出
  8. 使用JAVA的keytool生成jks证书,通过jks证书生成pfx证书,tomcat配置https
  9. 轻量级自适应个人自动发卡源码全开源 附详细图文安装教程
  10. 【考试】2019.3计算机等级考试所有科目
  11. Python最简单的图片爬虫,只用20行代码爬遍全网
  12. java引用类型内存_Java的引用类型的内存分析
  13. Linux 的 top命令参数详解 PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND
  14. python姿态检测实现多人多姿态识别python行为识别openpose行为骨骼框架检测动作识别动作检测行为动作分类
  15. 剪辑掉图像替换照片_使用动态剪辑过滤HTML图像标题
  16. Web自动化测试(全网最给力自动化教程)
  17. R语言加载xlsx报错错误: JAVA_HOME cannot be determined from the Registry解决方法
  18. 基于JAVA+SpringMVC+Mybatis+Vue+MYSQL的高校企业员工公寓后勤管理系统
  19. Apriori寻找频繁项集——python3.x实现
  20. 自助打印软件哪个好用?

热门文章

  1. 微信小程序入门demo
  2. 7-16 求符合给定条件的整数集 (15分)【两种方法】
  3. GBU810-ASEMI整流桥GBU810
  4. 在Windows中开启Wifi热点共享,无需第三方工具
  5. WORD Tips: 多行公式编辑及对齐
  6. 渭南师范计算机学院男女比例,全国高校男女比例大揭秘!去这些大学怕是要单身四年了...
  7. C++while语句 | 求1+2+..+100的值
  8. mysql 手工sql注入_【sql注入专题02】Mysql手工注入流程
  9. odoo列表字段颜色,行颜色,many2many_tags颜色,看板颜色
  10. 华中科技大学计算机考纲,华中科技大学考试大纲