dbekaert / TRAIN

Toolbox for Reducing Atmospheric InSAR Noise
http://www.davidbekaert.com/#links
GNU General Public License v3.0
117 stars 51 forks source link

Auxillary data for GACOS correction #10

Open ShadiAbdelhadi opened 1 year ago

ShadiAbdelhadi commented 1 year ago

ifgday_matfile = [pwd ‘ifgday.mat’] : Full file path to the mat file containing the interferogram dates stored as a matrix with name ifgday and size [n_ifgs 2]. The master image is in the first and slave in the second column respectively. Specify dates a numeric value in YYYYMMDD format.

gacos_datapath = [] The full path to your GACOS processing folder.

UTC_sat = [‘HH:MM’] The UTC time of the satellite pass over your study area. It is specified as a string in a two digit hour and two digit minute format “HH:MM”. A colon needs to be included in between!

demfile = [pwd ‘dummy.dem’] or = [pwd ‘dummy.grd’] The path to the DEM_file. Few options are included: 1) using a “.grd” file, 2) a DEM_file with corresponding DEM_file.rsc file, 3) a DEM file with DEM_file xml file (isce-like). For option 2 the DEM_file.rsc should contain the associated WIDTH, LENGTH, X_STEP (resolution), Y_STEP(-1*resolution), X_FIRST and Y_FIRST (upper left corner of the DEM), and optional the FORMAT. X and Y refer to longitude and latitude. You can use construct_dem.sh to make you DEM file.

ll_matfile = [pwd ‘ll.mat’] Full file path of the geo-coordinates, stored in a matrix with size [n_points 2] and in its columns the longitude and latitude.

Those parameters are from TRAIN manual. Those directories I still need how to find and/or create because I was only using Train’s default APS linear correction through aps_linear matlab command which calculates the tropospheric contribution that doesn’t require any manual downloading auxiliary data other than the exported products from snap’s automated pre-processing.