Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Auxillary data for GACOS correction #10

Open
ShadiAbdelhadi opened this issue Jan 21, 2023 · 0 comments
Open

Auxillary data for GACOS correction #10

ShadiAbdelhadi opened this issue Jan 21, 2023 · 0 comments

Comments

@ShadiAbdelhadi
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant