dem.grd链接至F1/topo、F2/topo、F3/topo与merge
进入目标文件夹运行命令
ln -s ../../topo/dem.grdSentinel-1A数据是由三个IW条带组成,每个条带都会有9个左右的burst,这也是文件夹分成F1、F2、F3的原因,其中数字1、2、3分别对应条带1、2、3,然后我们需要知道自己的研究区落在哪个条带,然后开始链接数据,命令如下
F1
ln -s ../../data/*.SAFE/measurement/*iw1*vv*xml ln -s ../../data/*.SAFE/annotation/*iw1*vv*tiff ln -s ../../orbit/*EOFF2
ln -s ../../data/*.SAFE/measurement/*iw2*vv*xml ln -s ../../data/*.SAFE/annotation/*iw2*vv*tiff ln -s ../../orbit/*EOFF3
ln -s ../../data/*.SAFE/measurement/*iw3*vv*xml ln -s ../../data/*.SAFE/annotation/*iw3*vv*tiff ln -s ../../orbit/*EOF