科学网

 找回密码
  注册
track.cmd
李建涛 2018-7-11 17:52
#Runwith-d356_19-w12501 * *ExampletrackcommandfileforprocessingSanSimeonData * *----------------------------------------------------------------- *OBS_FILE *Givetherinex ...
个人分类: TRACK|2599 次阅读|没有评论
help file for TRACK
李建涛 2018-7-11 17:32
TRACK:GPSdifferentialphasekinematicpositioningprogram Forfurtherdocumentation,seehttp://geoweb.mit.edu/~tah/track_example TRACKVersion1.27GPSKinematicpositioningprogram ----- ...
个人分类: TRACK|2451 次阅读|没有评论
The example illustration for GAMIT10.7
李建涛 2018-7-9 21:52
* README for the GAMIT/GLOBK standard example * Last updated by rwk 180604 09:40 UTC This example serves the dual purpose of testing your installation and guiding an new user through the basic steps to get time series and velocities from GAMIT/GLOBK processing. It replaces ...
个人分类: GAMIT/GLOBK|4118 次阅读|没有评论
提取变量中的字符
李建涛 2018-7-8 22:15
_Year=2016 _yr=${_Year:2:2} //第一个2表示从变量{_Year}中左边第三个开始提取,第二个2表示总共提取2个字符 运行结果:_yr=16 例: #!/bin/bash var=123456789 echo ${var:0:4} 运行结果:1234
个人分类: shell/bat|1768 次阅读|没有评论
Linux下 VIM 的配置
李建涛 2018-7-8 14:09
打开VIM配置文件,也可自己当前用户目下自己新建一个.vimrc在里面进行配置。 我是直接进入到vimrc中配置的。 sudo vim /etc/vim/vimrc 在打开的文件中最后添加以下常用内容 set nu //显示行 set tabstop=4 ...
个人分类: shell/bat|2567 次阅读|没有评论
Linux下 shell 编程之 for 循环 & if 语句
李建涛 2018-7-7 23:20
使用bash 1.for 循环中遇到的问题 if #注意空格和“-”如果两个命令在一行则需在命令之间加;分号 then echo ================================================================================ echo This is a script to automate extract ofile,nrms and NEU ...
个人分类: shell/bat|3958 次阅读|没有评论
GAMIT10.7 处理GLONASS数据过程记录
李建涛 2018-7-6 19:51
之前处理 -s 2016 029 031 报错 FATAL :180706:1409:32.0 MAKEJ/makex/get_navclk: GNSS id I not recognized 于是尝试解算 -s 2016 019 021 解算019成功,开始解算020停在下面的步骤不动 STATUS :180706:1648:38.0 ORBFIT/orbits/orbfit: Running iteration: 1 ...
个人分类: GAMIT/GLOBK|9038 次阅读|没有评论
GAMIT10.7 处理BDS数据过程记录
李建涛 2018-7-6 19:49
处理 -s 2016 029 031 ,截取029解算过程 ljt@ljt-virtual-machine:~/Desktop/work-directory/2016$ sh_gamit -expt 2016 -gnss C -s 2016 029 031 -orbit wuhm -copt x k p -dopts c ao Sh_gamit Version 10.63 (2018/5/30) Input options -expt 2016 -gnss C -s 2016 029 031 -orbit wuhm -copt x k p -dopt ...
个人分类: GAMIT/GLOBK|5162 次阅读|没有评论
GAMIT10.7处理GPG、BDS、GLONASS、GALILEO 批处理命令
李建涛 2018-7-6 18:04
# GAMIT processing script sh_gamit -expt eura -gnss G -s 2018 095 097 -pres ELEV -orbit igsf -copt k p -dopts c ao ! sh_gamit_2018G.log sh_gamit -expt eura -gnss R -s 2018 095 097 -jclock sp3 -pres ELEV -orbit codm -copt x k p -dopts c ao ! sh_gamit_2018R.log&nb ...
个人分类: GAMIT/GLOBK|4258 次阅读|没有评论

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

GMT+8, 2024-9-20 15:21

Powered by ScienceNet.cn

Copyright © 2007- 中国科学报社

返回顶部