GMTSAR软件InSAR时序处理流程

1.Download InSAR data

复制代码
 nohup python3 ./download-all-2023-11-01_12-08-11.py > T85_download.log &

2.generated SAFE filelist

复制代码
ls -d /home/wx/gmtsar_sbas_test/data/*SAFE > filelist 

3.Download orbit

复制代码
download_sentinel_orbits_linux.csh filelist 1

filelist:

absolutepathto/filename1.SAFE

absolutepathto/filename2.SAFE

mode 1 = precise orbits (POEORB)

(most users should choose precise orbits)

mode 2 = temporary (restituted) orbits (RESORB)

4.Download DEM

复制代码
make_dem.csh -156.1 -154.8 18.8 19.7

5.拼接burst

复制代码
organize_files_tops_linux.csh filelist pins.ll 1 看看多少数据覆盖

organize_files_tops_linux.csh filelist pins.ll 2

 ls -lht F0301_F0304/*/measurement
复制代码
~/gmtsar_sbas_test/F2/raw$ ln -s  ../../organized/F0301_F0304/*/*/*iw2*vv*tiff .
~/gmtsar_sbas_test/F2/raw$ ln -s  ../../organized/F0301_F0304/*/*/*iw2*vv*xml

ln -s ../topo/dem.grd  .
ln -s ../../organized/*EOF .
相关推荐
暴力求解8 小时前
Linux---进程池
linux·运维·服务器
嵌入小生0079 小时前
ARM --- 基础知识汇总
linux·嵌入式·arm·指令集
IMPYLH9 小时前
Linux 的 du 命令
linux·运维·服务器
!chen10 小时前
[Linux][虚拟串口]0x03一个特殊的字节
linux·运维·服务器
林姜泽樾10 小时前
Linux入门第十七章,systemctl软件启动和软连接
linux·运维·服务器·centos
济61710 小时前
ARM Linux 驱动开发篇--- Linux 并发与竞争实验(自旋锁实现 LED 设备互斥访问)--- Ubuntu20.04自旋锁实验
linux·嵌入式·嵌入式linux驱动开发
艾莉丝努力练剑10 小时前
alarm系统调用的一次性原理揭秘
linux·运维·服务器·开发语言·网络·人工智能·学习
zly350010 小时前
只能同网段ping通,route add命令添加默认路由
linux·运维·服务器
isyangli_blog10 小时前
制作Linux Centos8 模板
linux·运维·服务器
A.A呐11 小时前
【Linux第十八章】线程
linux