s*b*App: ignore [] in the template opts#554
Merged
yunjunz merged 2 commits intoinsarlab:mainfrom May 1, 2021
Merged
Conversation
+ docs/dir_structure: remove file structures in alosStack example that are not relevant to mintpy to simplify the structure + docs/dir_structure: improve overall tree structure diagram + view: move tight_layout() after set_size_inches() for a nicer separation between subplots when there are multiple color bars
Ignore the "[" and "]" in all template options that have potentially more than 1 values, to be more tolerant to the input syntax error.
yunjunz
added a commit
to yunjunz/MintPy
that referenced
this pull request
Oct 9, 2023
+ Fix the bug of `mintpy.network.aoiYX` and `mintpy.network.aoiLALO` getting ignored, which was introduced in insarlab#554. + Fix the --aoi-lalo option checking for radar-coded files without lookup file.
yunjunz
added a commit
to yunjunz/MintPy
that referenced
this pull request
Oct 9, 2023
+ Fix the bug of `mintpy.network.aoiYX` and `mintpy.network.aoiLALO` getting ignored, which was introduced in insarlab#554. + Fix the --aoi-lalo option checking for radar-coded files without lookup file.
3 tasks
yunjunz
added a commit
that referenced
this pull request
Oct 9, 2023
+ Fix the bug of `mintpy.network.aoiYX` and `mintpy.network.aoiLALO` getting ignored, which was introduced in #554. + Fix the ·--aoi-lalo· option checking for radar-coded files without lookup file.
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
smallbaselineApp.py: Ignore the "[" and "]" in all template options that have potentially more than 1 values, to be more tolerant to the input syntax error (smallbaselineapp fails to read updated config file #551).docs/dir_structure:view: move tight_layout() after set_size_inches() for a nicer separation between subplots when there are multiple color barsReminders