step_orbit

来自「StaMps最新测试版」· 代码 · 共 21 行

TXT
21
字号
#!/bin/tcsh -fset WORKDIR=$cwdset dirdate = `pwd | gawk 'BEGIN {FS="/"} {print $NF}'`if ($dirdate == "") then    set dirdate = `echo $dir | gawk 'BEGIN {FS="/"} {print $(NF-1)}'`endif cp -f SLC/slave.res  .cp -f ../master.res .set prod = `grep 'Product type specifier:' slave.res | gawk '{print $4}'`if ($prod == "ERS") then    set prod = `grep 'Product type specifier:' slave.res | gawk '{print $5}'` endifif ($prod == "ASAR") then   set prod = "Envisat"endifdoris $DORIS_SCR/orbit_$prod.dorisin > step_orbit.log

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?