最近开始学习GAMMA软件,头大得很,这样那样的错误,参数信息找不到。
一直都在看demo,看了n久的demo,被自己无语到了,下决心改掉这些拖沓的坏毛病,每天都应该实际操作!
GAMMA version:18.04
GAMMA包含了这些模块:MSP、GEO、DIFF、ISP、LAT、IPT
首先以GAMMA-DEMO中生成自己研究区的burst SLC数据为例。
实现如下功能:
# determine bursts present in a S1 IWS (or EWS) SLC zipfile # generate BURST_tab files (for indicated zipfiles) for selection of bursts # - corresponding to indicated reference (zipfile) # - corresponding to indicated burst_number_table # - covering an area of interest specified in a kml file
(1)打开终端,转到自己存放数据的文件夹,输入ls,查看当前路径下的文件信息
(2