-
Notifications
You must be signed in to change notification settings - Fork 260
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
demo/test: add SanFranBaySenD42 for
GMTSAR
(#1229)
+ docs: add SanFranBaySenD42 for GMTSAR - add docs/templates/SanFranBaySenD42.txt for GMTSAR - demo_dataset.md: add SanFranBaySenD42 for GMTSAR with figure (with DOI from zenodo) - use demo fig from github/insarlab/design-doc repo, instead of Yunjun's obsolete personal website, for better independency. + tests: add GMTSAR into the regular circle ci testing using example dataset from zenodo - add tests/configs/SanFranBaySenD42.txt - tests/smallbaselineApp.py: add SanFranBaySenD42 dataset with a false URL for place holder - add SanFranBaySenD42 to the regular Circle CI integration testing + load water mask for gmtsar, by adding: - objects.stackDict.geometryDict.write2hdf5(): convert NaN value to zero. - prep_gmtsar.prepare_geometry(): add all supported geometry data files, including water mask file - prep_gmtsar: add comments on input/output parameters for all functions. + utils.readfile._attribute_gmtsar2roipac: bugfix for ORBIT_DIRECTION + optional dependency: pin gdal<3.9 for GMTSAR, as gdal-3.9 could not read the geo-coordinate info properly from GMT *.grd files, which is generated by GMTSAR.
- Loading branch information
Showing
12 changed files
with
203 additions
and
61 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
# vim: set filetype=cfg: | ||
## manually add the following metadata | ||
HEADING = -168 | ||
ALOOKS = 8 | ||
RLOOKS = 32 | ||
|
||
########## computing resource configuration | ||
mintpy.compute.maxMemory = 8 | ||
mintpy.compute.cluster = local | ||
mintpy.compute.numWorker = 4 | ||
|
||
########## 1. Load Data (--load to exit after this step) | ||
mintpy.load.processor = gmtsar #[isce, aria, hyp3, gmtsar, snap, gamma, roipac], auto for isce | ||
mintpy.load.metaFile = ../supermaster.PRM | ||
mintpy.load.baselineDir = ../baseline_table.dat | ||
##---------interferogram datasets: | ||
mintpy.load.unwFile = ../interferograms/*/unwrap_ll*.grd | ||
mintpy.load.corFile = ../interferograms/*/corr_ll*.grd | ||
##---------geometry datasets: | ||
mintpy.load.demFile = ../geometry/dem.grd | ||
mintpy.load.incAngleFile = ../geometry/incidence_angle.grd | ||
mintpy.load.azAngleFile = ../geometry/azimuth_angle.grd | ||
mintpy.load.waterMaskFile = ../geometry/water_mask.grd | ||
|
||
mintpy.reference.lalo = 37.69, -122.07 | ||
mintpy.troposphericDelay.method = pyaps | ||
mintpy.deramp = no | ||
mintpy.topographicResidual = yes |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.