标准文件(.atx)--天线相位中心改正(2023.06.05更新)

1. 文件拓展名(FILE EXTENSION )

It is recommended to use 'atx' as file extension.  atx是文件的后缀
   mmmmm_wwww.atx
   |     |
   |     +------- wwww: GPS week of the last file change GPS周
   |
   +------------ mmmmm: 5-character model name (will only be changed, if 五个字符的模型名称
                        existing values are changed)
SATELLITE ANTENNAS: 卫星天线

--> sorted by satellite system (GPS -> GLONASS -> Galileo -> Compass -> QZSS
                                -> SBAS) 按照卫星系统排序
    --> sorted by satellite code "sNN"  按照卫星编号排序
        --> sorted by 'VALID FROM'       按照卫星开始工作的时间排序

RECEIVER ANTENNAS: 接收机天线

--> sorted by antenna code 按照天线的编号 
    --> sorted by radome code (NONE -> other radome types) 按照天线罩的编号
        --> sorted by 'SERIAL NO'  

2. 天线矫正的定义(DEFINITION OF THE ANTENNA CORRECTIONS)

天线改正数使用方法

接收机天线:

平均相位中心位置=天线参考点的位置+相位中心的偏移向量(会随着方位角、天顶角变化)(地固的北天东左手坐标系)

观测的距离=到平均相位中心的距离+相位中心的变化(方位角按照由北到东计算)

卫星天线

平均相位中心=质量中心+相位中心偏移矢量(星固右手坐标系:z轴指向地心,y轴,天阳能帆板的旋转轴,与z轴和卫星到太阳矢量的叉乘一致) 

观测距离=到平均相位中心的几何距离+相位中心的变化(天底角,方位角)。

在这里插入图片描述

当从z轴的负方向(朝向深空)看过去的话,方位角按照顺时针从y轴到x轴计算

3. 数据组织方式

atx文件中,卫星天线的相关改正数据在前,接收机天线的相关改正数据在后。

SATELLITE ANTENNAS: 卫星天线
–> sorted by satellite system (GPS -> GLONASS -> Galileo -> Compass -> QZSS
-> SBAS) 按照卫星系统排序
–> sorted by satellite code “sNN” 按照卫星编号排序
–> sorted by ‘VALID FROM’ 按照卫星开始工作的时间排序

RECEIVER ANTENNAS: 接收机天线
–> sorted by antenna code 按照天线的编号
–> sorted by radome code (NONE -> other radome types) 按照天线罩的编号
–> sorted by ‘SERIAL NO’

4. atx-1.4 格式定义(FORMAT DEFINITIONS)

 |ANTEX VERSION / SYST| - Format version (1.4)                   |  F8.1,12X, |
 |                    | - Satellite system: 'G': GPS             |   A1,39X   |
 |                    |                     'R': GLONASS         |            |
 |                    |                     'E': Galileo         |            |
 |                    |                     'C': Compass         |            |
 |                    |                     'J': QZSS            |            |
 |                    |                     'S': SBAS            |            |
 |                    |                     'M': Mixed           |            |
 +--------------------+------------------------------------------+------------+
 |PCV TYPE / REFANT   | - Phase center variation type:           |   A1,19X,  |   PCV的校准方式,相对校准,绝对校准。
 |                    |     'A': absolute values                 |            |
 |                    |     'R': relative values                 |            |
 |END OF HEADER       | Last record in the header section.       |    60X     |
 |START OF ANTENNA    | Record indicating the start of an antenna|    60X     |   天线部分的开始
 |TYPE / SERIAL NO    | Receiver antenna:                        |            |   接收机天线
 |                    |  - Antenna type: strict IGS              |    A20,    |   天线类型                           
 |                    |    rcvr_ant.tab antenna and radome code  |            |   天线和天线罩编号
 |                    |  - Serial number (blank: all representa- |    A20,    |   序列码,依据天线类型区分
 |                    |    tives of the specified antenna type)  |            |
 |                    |  - blank                                 |    A10,    |
 |                    |  - blank                                 |    A10     |
 |                    | Satellite antenna:                       |            |                                  卫星天线             
 |                    |  - Antenna type: strict IGS              |            |   天线类型
 |                    |    rcvr_ant.tab satellite antenna code   |            |   卫星天线编号
 |                    |    Example: 'BLOCK IIA'                  |            |
 |                    |  - Satellite code "sNN" (blank: all      |            |   卫星码,依据天线类型区分
 |                    |    representatives of the specified      |            |
 |                    |    antenna type)                         |            |
 |                    |    For the selection of single satellites|            |   卫星系统标识+卫星编号
 |                    |    the satellite system flag ('G','R',   |            |
 |                    |    'E','C','J','S') together with the PRN|            |
 |                    |    number (GPS, Compass), the slot number|            |
 |                    |    (GLONASS), the SVID number (Galileo), |            |
 |                    |    the 'PRN number minus 192' (QZSS) or  |            |
 |                    |    the 'PRN number minus 100' (SBAS) has |            |
 |                    |    to be specified.                      |            |
 |                    |    Example: 'G05'                        |            |
 |                    |  - Satellite code "sNNN" (optional)      |            |   卫星码sNNN
 |                    |    s    - satellite system flag          |            |   卫星系统标识
 |                    |    NNN  - SVN number (GPS), GLONASS      |            |
 |                    |           number, GSAT number (Galileo)  |            |
 |                    |           or SVN number (QZSS); blank    |            |
 |                    |           (Compass, SBAS)                |            |
 |                    |  - COSPAR ID "YYYY-XXXA" (optional)      |            |
 |                    |    YYYY - year of when the launch vehicle|            |   卫星进入轨道的年份
 |                    |           was put in orbit               |            |
 |                    |    XXX  - sequential launch vehicle      |            |   发射器在那一年的序号
 |                    |           number for that year           |            |
 |                    |    A    - alpha numeric sequence number  |            |   在那次发射中的序号
 |                    |           within a launch                |            |
 +--------------------+------------------------------------------+------------+
 |METH / BY / # / DATE| - Calibration method:                    |     A20,   |   校准的方法
 |                    |     'CHAMBER', 'FIELD', 'ROBOT',         |            |
 |                    |     'COPIED' from other antenna,         |            |
 |                    |     'CONVERTED' from igs_01.pcv or blank |            |
 |                    | - Name of agency                         |     A20,   |   校准机构
 |                    | - Number of individual antennas          |    I6,4X,  |   天线个体号
 |                    |   calibrated                             |            | 
 |                    | - Date                                   |     A10    |   日期
 +--------------------+------------------------------------------+------------+
 |DAZI                | Increment of the azimuth:                |  2X,F6.1,  |   方位角的步长
 |                    |   0 to 360 with increment 'DAZI'         |     52X    | 
 |                    |   (in degrees).                          |            |
 |                    |   360 degrees have to be divisible by    |            |
 |                    |   'DAZI'.                                |            |
 |                    |   Common value for 'DAZI': 5.0           |            |
 |                    | For non-azimuth-dependent phase center   |            |
 |                    | variations '0.0' has to be specified.    |            |
 +--------------------+------------------------------------------+------------+
 |ZEN1 / ZEN2 / DZEN  | Receiver antenna:                        |  2X,3F6.1, |   起始高度角,截至高度角,高度角步长,接收机天线
 |                    |   Definition of the grid in zenith       |     40X    |
 |                    |   angle:                                 |            |
 |                    |   Zenith distance 'ZEN1' to 'ZEN2' with  |            |
 |                    |   increment 'DZEN' (in degrees). 'DZEN'  |            |
 |                    |   has to be > 0.0.                       |            |
 |                    |   'ZEN1' and 'ZEN2' always have to be    |            |
 |                    |   multiples of 'DZEN'.                   |            |
 |                    |   'ZEN2' always has to be greater than   |            |
 |                    |   'ZEN1'.                                |            |
 |                    |   Common value for 'DZEN': 5.0           |            |
 |                    |   Example: '     0.0  90.0   5.0'        |            |
 |                    | Satellite antenna:                       |            |   卫星天线
 |                    |   Definition of the grid in nadir        |            |   天底角格网
 |                    |   angle:                                 |            |
 |                    |   Nadir angle 'ZEN1' to 'ZEN2' with      |            |
 |                    |   increment 'DZEN' (in degrees). 'DZEN'  |            |
 |                    |   has to be > 0.0.                       |            |
 |                    |   'ZEN1' and 'ZEN2' always have to be    |            |
 |                    |   multiples of 'DZEN'.                   |            |
 |                    |   'ZEN2' always has to be greater than   |            |
 |                    |   'ZEN1'.                                |            |
 |                    |   Common value for 'DZEN': 1.0           |            |
 |                    |   Example: '     0.0  14.0   1.0'        |            |
 +--------------------+------------------------------------------+------------+
 |# OF FREQUENCIES    | Number of frequencies, for which phase   |   I6,54X   |   天线中存贮的载波频率个数
 |                    | patterns are stored for the current      |            |
 |                    | antenna.                                 |            |
 +--------------------+------------------------------------------+------------+
*|VALID FROM          | Start of validity period in GPS time     | 5I6,F13.7, |*  开始服务的GPS时间(年月日时分秒)
 |                    | (4-digit year, month, day, hour, min,    |     17X    |
 |                    | sec)                                     |            |
 +--------------------+------------------------------------------+------------+
*|VALID UNTIL         | End of validity period in GPS time       | 5I6,F13.7, |*  结束服务的GPS时间(年月日时分秒)
 |                    | (4-digit year, month, day, hour, min,    |     17X    |
 |                    | sec)                                     |            |
 +--------------------+------------------------------------------+------------+
*|SINEX CODE          | Name of the antenna calibration model to |   A10,50X  |*  天线矫正模型的名字
 |                    | be used in the SINEX format (for         |            |
 |                    | referencing purposes)                    |            |
 +--------------------+------------------------------------------+------------+
*|COMMENT             | Comment line(s)                          |     A60    |*
 |                    | (only allowed at the specified position) |            |
 +--------------------+------------------------------------------+------------+
 |START OF FREQUENCY  | Record indicating the start of a new     |3X,A1,I2,54X|   标识一个新的频率的开始
 |                    | frequency section. The satellite system  |            |
 |                    | flag ('G','R','E','C','J','S') has to be |            |
 |                    | specified together with the frequency    |            |
 |                    | number code that has to be consistent    |            |
 |                    | with the RINEX definition:               |            |
 |                    | GPS:     'G01' - L1                      |            |
 |                    |          'G02' - L2                      |            |
 |                    |          'G05' - L5                      |            |
 |                    | GLONASS: 'R01' - G1                      |            |
 |                    |          'R02' - G2                      |            |
 |                    | Galileo: 'E01' - E1                      |            |
 |                    |          'E05' - E5a                     |            |
 |                    |          'E07' - E5b                     |            |
 |                    |          'E08' - E5 (E5a+E5b)            |            |
 |                    |          'E06' - E6                      |            |
 |                    | Compass: 'C01' - E1                      |            |
 |                    |          'C02' - E2                      |            |
 |                    |          'C07' - E5b                     |            |
 |                    |          'C06' - E6                      |            |
 |                    | QZSS:    'J01' - L1                      |            |
 |                    |          'J02' - L2                      |            |
 |                    |          'J05' - L5                      |            |
 |                    |          'J06' - LEX                     |            |
 |                    | SBAS:    'S01' - L1                      |            |
 |                    |          'S05' - L5                      |            |
 +--------------------+------------------------------------------+------------+
 |NORTH / EAST / UP   | Receiver antenna:                        | 3F10.2,30X |   接收机天线
 |                    |  Eccentricities of the mean antenna phase|            |   平均天线相位中心相对于天线参考点的偏移(米)
 |                    |  center relative to the antenna reference|            |
 |                    |  point (ARP). North, east and up         |            |
 |                    |  component (in millimeters).             |            |
 |                    | Satellite antenna:                       |            |   卫星天线
 |                    |  Eccentricities of the mean antenna phase|            |   平均相位中心相对于卫星质心的偏移
 |                    |  center relative to the center of mass of|            |
 |                    |  the satellite in X-, Y- and Z-direction |            |
 |                    |  (in millimeters).                       |            |
 +--------------------+------------------------------------------+------------+
 |(Values of a non-   | The flag 'NOAZI' denotes a non-azimuth-  | 3X,A5,mF8.2|
 |azimuth-dependent   | dependent pattern that has to be         |            |
 |pattern)            | specified in any case (also if 'DAZI' >  |            |
 |                    | 0.0).                                    |            |
 |                    | Phase pattern values in millimeters from |            |
 |                    | 'ZEN1' to 'ZEN2' (with increment 'DZEN').|            |
 |                    | All values on one line.                  |            |
 +--------------------+------------------------------------------+------------+
*|(Values of an       | The azimuth-dependent pattern has to be  | F8.1,mF8.2 |*
 |azimuth-dependent   | specified, if 'DAZI' > 0.0. The first    |            |
 |pattern)            | value in each line denotes the azimuth   |            |
 |                    | angle followed by the phase pattern      |            |
 |                    | values in millimeters from 'ZEN1' to     |            |
 |                    | 'ZEN2' (with increment 'DZEN').          |            |
 |                    | All values of one azimuth angle on one   |            |
 |                    | line.                                    |            |
 +--------------------+------------------------------------------+------------+
 |END OF FREQUENCY    | Record indicating the end of a frequency |3X,A1,I2,54X|
 |                    | section (see also 'START OF FREQUENCY'). |            |
 +--------------------+------------------------------------------+------------+
*|START OF FREQ RMS   | Record indicating the start of an rms    |3X,A1,I2,54X|*  均方根值
 |                    | value section related to the specified   |            |
 |                    | frequency.                               |            |
 |                    | The section includes the rms values of   |            |
 |                    | the phase center eccentricities and of   |            |
 |                    | the phase pattern values.                |            |
 |                    | Neither other types of records nor       |            |
 |                    | comment lines are allowed within this    |            |
 |                    | section.                                 |            |
 +--------------------+------------------------------------------+------------+
*|NORTH / EAST / UP   | Rms of the eccentricities (in milli-     | 3F10.2,30X |*
 |                    | meters).                                 |            |
 +--------------------+------------------------------------------+------------+
*|(Rms values of the  | The flag 'NOAZI' denotes the rms values  | 3X,A5,mF8.2|*
 |non-azimuth-        | of the non-azimuth-dependent pattern.    |            |
 |dependent pattern)  | Phase pattern rms values in millimeters  |            |
 |                    | from 'ZEN1' to 'ZEN2' (with increment    |            |
 |                    | 'DZEN').                                 |            |
 |                    | All values on one line.                  |            |
 +--------------------+------------------------------------------+------------+
*|(Rms values of the  | Rms values of the azimuth-dependent      | F8.1,mF8.2 |*
 |azimuth-dependent   | pattern, if 'DAZI' > 0.0. The first      |            |
 |pattern)            | value in each line denotes the azimuth   |            |
 |                    | angle followed by the phase pattern rms  |            |
 |                    | values in millimeters from 'ZEN1' to     |            |
 |                    | 'ZEN2' (with increment 'DZEN').          |            |
 |                    | All values of one azimuth angle on one   |            |
 |                    | line.                                    |            |
 +--------------------+------------------------------------------+------------+
*|END OF FREQ RMS     | Record indicating the end of an rms value|3X,A1,I2,54X|*
 |                    | section (see also 'START OF FREQ RMS').  |            |
 +--------------------+------------------------------------------+------------+
 |END OF ANTENNA      | Record indicating the end of an antenna  |    60X     |
 |                    | section.                                 |            |
 +--------------------+------------------------------------------+------------+
  • 3
    点赞
  • 26
    收藏
    觉得还不错? 一键收藏
  • 4
    评论
### 回答1: ATX规范是一种用于描述电源供应器连接到计算机主板上的电源接口的标准。它规定了连接插口的形状,针脚的排布和电源线的连接方式。 ATX规范的设计目的是为了提高计算机的可靠性和可用性,同时方便用户进行硬件组装和维护。相对于之前的标准ATX规范在电源接口上做了许多改进。 首先,ATX规范引入了24针的主电源连接器,取代了之前的20针连接器。这样做的好处是使电源能够提供更多的电量,以适应现代高性能计算机的需求。同时,由于引入了一个附加的4针连接器,用于提供额外的12V电源,使得电源分布更加均匀,减少了电压的波动。 其次,ATX规范对电源线路的设计做了一些调整,使得电源能够更好地满足计算机的需求。例如,引入了独立的5V和3.3V电压稳定器,分别供给主板和其他设备使用,减少了因过载或电压不稳定导致的故障风险。 此外,ATX规范还规定了一些其他的硬件要求,例如电源开关的位置和设计,用于保护电源和计算机免受电流过大或过热的损害。 总的来说,ATX规范是一个很重要的标准,它保证了计算机电源的稳定性和可靠性。同时,遵循这个规范的计算机硬件可以更加兼容和可靠地运行,为用户提供更好的使用体验。 ### 回答2: ATX规范是一种用于描述Markdown文本的语法规则。CSND(CSDN)是一个IT技术社区和知识分享平台。在CSND上使用ATX规范编写文章,可以带来以下几点好处。 首先,ATX规范简洁明了,易于使用和理解。它通过使用#符号来表示标题的级别,使用*或-符号来表示列表,使用>符号来表示引用等等。这种简洁的格式可以使写作变得更加简单和高效。 其次,ATX规范可以有效提升文章的可读性。通过使用ATX规范,文章中的标题、列表、引用等元素可以被正确地展示和呈现。这样,读者可以更加容易地浏览文章的结构和内容,从而提升了阅读体验。 此外,ATX规范还提供了一些扩展功能,如链接、图片、代码块等。这些功能可以帮助作者更好地展示相关材料、示例代码和图片。对于技术类博客来说,这些扩展功能非常有用,能够更好地支持文章内容。 最后,ATX规范的编写风格与CSND的排版要求相符。在CSND上发布的文章,需要符合一定的排版标准,以保证文章的整体美观性和统一度。ATX规范提供的语法能够满足这些要求,使得文章在CSND上的展示效果更加符合预期。 总结来说,ATX规范在CSND上的使用能够简化写作流程、提升文章可读性,并符合CSND的排版要求。因此,使用ATX规范来撰写CSND上的文章是明智和必要的选择。 ### 回答3: ATX规范是一种用于编写Markdown文档的标记语言规范。CSDN是一个开发者社区,提供关于编程、技术和IT领域的文章、教程和讨论。 ATX规范是一种轻量级的标记语言,用简单的语法来标记文本,以便于转换为HTML格式。使用ATX规范可以方便地创建结构化的文档,并且具有良好的可读性和可维护性。 CSDN作为一个常用的技术社区,提供了编写和发布文章的功能。通过使用ATX规范,我们可以在CSDN上编写和发布格式良好的文章。使用ATX规范可以支持标题、列表、链接、图片等常用的文本标记和格式化功能,使得文章具有良好的可读性和排版效果。 在CSDN上使用ATX规范编写文章可以使文章更加易读、易维护,并且能够正确地转换为HTML格式。同时,ATX规范也支持嵌入代码块和语法高亮,使得在文章中展示代码更加方便,可以更清晰地分享和讨论技术问题。 总之,使用ATX规范在CSDN上编写文章能够提升文章的质量和可读性,使读者更易于理解和学习技术内容。同时,使用ATX规范也符合规范化的标记语言要求,使得编写的文档更易于转换和发布。

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论 4
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值