# ephemeris_proccess **Repository Path**: rebeater/ephemeris_proccess ## Basic Information - **Project Name**: ephemeris_proccess - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-04-03 - **Last Updated**: 2022-04-03 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## RINEX格式解析工具 Rinex 文件整理成文本矩阵,用于python和matlab处理,调用了RTKLIB ### 依赖的开源工作 1. rtklib 2. gflags 3. glog 其中rtklib由于没有提供可供安装的源代码,可以手动将src目录下的文件编译成rtklib.a,放到lib目录 ### 编译 ```shell mkdir build && cd build cmake .. && make ``` ### 使用 ```shell ephemeris_process -gps xxxx.20N -bds xxx.20F -obs xxx.20O -out xxx.ephmat ``` ### 生成数据格式ephmat | 列号 | 格式 | 含义 | | ---- | ------ | ---------------- | | 0 | %5d | gps周 | | 1 | %13.6f | gps周内秒 | | 2 | int | 卫星PRN号 | | 3 | %12.3f | 伪距1 | | 4 | %12.3f | 伪距2 | | 5 | %12.3f | 载波相位1 | | 6 | %12.3f | 载波相位2 | | 7 | | 多普勒1 | | 8 | | 多普勒2 | | 9 | | CN0 | | 10 | %18.8f | 卫星位置x | | 11 | %18.8f | 卫星位置y | | 12 | %18.8f | 卫星位置z | | 13 | %18.8f | 卫星速度x | | 14 | %18.8f | 卫星速度y | | 15 | %18.8f | 卫星速度z | | 16 | %18.8f | 卫星位置标准差x | | 17 | %18.8f | 卫星位置标准差y | | 18 | %18.8f | 卫星位置标准差z | | 19 | %18.8f | 卫星速度标准差x | | 20 | %18.8f | 卫星速度标准差y | | 21 | %18.8f | 卫星速度标准差z | | | | 钟差(bias/s) | | | | 钟漂(drift/ s/s) | | 22 | | 卫星仰角 | | | | |