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 .
相关推荐
凡间客19 小时前
Ansible安装与入门
linux·运维·ansible
君以思为故19 小时前
认识Linux -- 进程概念
linux·服务器
_OP_CHEN19 小时前
Linux网络编程:(八)GCC/G++ 编译器完全指南:从编译原理到实战优化,手把手教你玩转 C/C++ 编译
linux·运维·c++·编译和链接·gcc/g++·编译优化·静态链接与动态链接
阿乐艾官20 小时前
【十一、Linux管理网络安全】
linux·运维·web安全
Code Warrior21 小时前
【Linux】Socket 编程预备知识
linux·网络·c++
摘星|1 天前
架设一台NFS服务器,并按照以下要求配置
linux·运维·服务器
做运维的阿瑞1 天前
Linux环境变量持久化完全指南
linux·运维·服务器
天才奇男子1 天前
从零开始搭建Linux Web服务器
linux·服务器·前端
Mr_Dwj1 天前
【运维】GNU/Linux 入门笔记
linux·运维·gnu
Elias不吃糖1 天前
NebulaChat项目构建笔记
linux·c++·笔记·多线程