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 .
相关推荐
orion571 天前
Missing Semester Class1:course overview and introduction of shell
linux
用户120487221611 天前
Linux驱动编译与加载
linux·嵌入式
用户805533698031 天前
Input 子系统架构:Core、Handler、Driver 三层是怎么协作的
linux·嵌入式
用户805533698031 天前
RK-Forge外设系列开篇 - 把板子从「能启动」变成「能用」:Ethernet/SPI/MMC 三个纯接线外设
linux·github·嵌入式
七歌杜金房2 天前
我终于又有了自己的 Linux 电脑
linux·debian·mac
tntxia3 天前
linux curl命令详解_curl详解
linux
扛枪的书生3 天前
Linux 网络管理器用法速查
linux
顺风尿一寸3 天前
Java Socket 内核之旅:从 SocketChannel.read() 到 tcp_recvmsg 与 epoll 的完整调用链路
linux
XIAOHEZIcode3 天前
Ubuntu 终端美化全栈指南:Bash 到 Kitty 踩坑实录
linux·ubuntu·命令行
唐青枫4 天前
别再只会用 cron:Linux systemd Timer 定时任务实战详解
linux