sort ds_list to ensure velocity as first and residue/intercept as last#860
Merged
yunjunz merged 2 commits intoinsarlab:mainfrom Oct 7, 2022
Merged
sort ds_list to ensure velocity as first and residue/intercept as last#860yunjunz merged 2 commits intoinsarlab:mainfrom
velocity as first and residue/intercept as last#860yunjunz merged 2 commits intoinsarlab:mainfrom
Conversation
…compress + tests/smallbaselineApp: use *.tar.xz/gz file if exists + mintpy/objects/progress: add `FileProgressObject` class to show a progrerss bar during uncompressing
…intercept as last + utils.readfile: - add sort_dataset_list4velocity() to ensure velocity are the first dataset, and intercept/residue are the last datasets - apply the above func in get_dataset/slice_list() for velocity file - replace var `k` with `ftype` for code readility
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
add
utils.readfile.sort_dataset_list4velocity()to ensurevelocityare the first dataset, andintercept/residueare the last datasets. This fixes the behavior change introduced in ts2vel: saveresidue&intercept#835, as reported by Sven in the user forumtests/smallbaselineApp: use *.tar.gz file, in addition to *.tar.xz file, if exists.add
mintpy.objects.progress.FileProgressObjectclass to show a progrerss bar during uncompressingReminders