chaoshu的个人博客分享 http://blog.sciencenet.cn/u/chaoshu

博文

crx2rnx问题

已有 7034 次阅读 2015-6-30 19:07 |个人分类:GAMIT/GLOBK|系统分类:科研笔记

使用gamit的时候,sh_get_rinex下载的数据是.d.Z的形式,利用sh_crx2rnx出现问题,不能转换成.o文件,

可以参考:sopac.ucsd.edu/hatanaka.shtml


RNXCMP_4.0.7_Linux_x86_32bit.tar.gz


RNXCMP_4.0.7_Linux_x86_64bit.tar.gz


RNXCMP_4.0.7_Windows_bcc.tar



把crx2rnx放到rinex文件夹下,然后写一个批量处理的文件my_crx2rnx

ls *.d.Z > filenamelist

#sed '/crx2rn/d' filenamelist > file #remove 'crx2rn ' from filenamelist

#sed '/filenamelist/d' file > filelist #remove 'filenamelist ' from file


chmod +x crx2rnx

cat filenamelist | while line

do

./crx2rnx -f ${line}

done

rm filenamelist

保存filenamelist文件之后,在终端中输入,chmod +x my_crx2rnx

然后运行my_crx2rnx,(终端中输入 ./my_crx2rnx)

完成!



https://blog.sciencenet.cn/blog-858128-901773.html

上一篇:[转载]ubuntu中vi上下左右键显示字母的解决办法
下一篇:gamit的station.info中的天线高量取方式介绍
收藏 IP: 221.232.172.*| 热度|

0

该博文允许注册用户评论 请点击登录 评论 (1 个评论)

数据加载中...

Archiver|手机版|科学网 ( 京ICP备07017567号-12 )

GMT+8, 2024-6-2 15:30

Powered by ScienceNet.cn

Copyright © 2007- 中国科学报社

返回顶部