diff: support unw/off - timeseries#1011
Merged
yunjunz merged 1 commit intoinsarlab:mainfrom May 24, 2023
Merged
Conversation
+ diff.py: - support the differencing between an *.unw (or offset file with FILE_TYPE of displacement) file and a time-series file, as used frequently in phase correction procedures, by adding a sub-function `diff_ifgram_and_timeseries()` - split diff_timeseries() and diff_ifgram_stack() out of diff_file() for clarity. - prepare isce metadata file, to be consistent with mask.py and subset.py + call diff.py to handle the correction procesure in the following scripts: - iono_tec.py - legacy/tropo_pyaps.py - solid_earth_tides.py - tropo_gacos.py - tropo_pyaps3.py + cli/geocode.py: if --lat-file is specified, honor this manually specified file as the default lookupFile, rather than searching for the default file patterns, which is could be NOT consistent with input files.
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description of proposed changes
diff.py:diff_ifgram_and_timeseries()diff_timeseries()anddiff_ifgram_stack()out ofdiff_file()for clarity.call
diff.pyto handle the correction procedure in the following scripts:cli/geocode.py: if--lat-fileis specified, honor this manually set file as the default lookupFile, rather than searching for the default file patterns, which could be NOT consistent with input files.Reminders