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

support auto_path for isce2/alosStack #1119

Merged
merged 1 commit into from
Nov 23, 2023
Merged

Conversation

yunjunz
Copy link
Member

@yunjunz yunjunz commented Nov 23, 2023

Description of proposed changes

  • defaults.auto_path.py:

    • add AUTO_PATH_ISCE_ALOS global var
    • add get_reference_date() to grab ref_date from the alosStack.xml file
    • update get_auto_path() for isce2/alosStack
  • Rename the following offensive var abbreviations

    • m_shelve --> ref_shelve
    • m_date12 --> ref_date12
    • m_ifg_file --> ref_ifg_file

Reminders

  • Pass Pre-commit check (green)
  • Pass Codacy code review (green)
  • Pass Circle CI test (green)
  • Make sure that your code follows our style. Use the other functions/files as a basis.
  • If modifying functionality, describe changes to function behavior and arguments in a comment below the function declaration.

+ defaults.auto_path.py:
   - add AUTO_PATH_ISCE_ALOS global var
   - add get_reference_date() to grab ref_date from the alosStack.xml file
   - update get_auto_path() for isce2/alosStack

+ rename the following offensive var abbreviations
   - m_shelve --> ref_shelve
   - m_date12 --> ref_date12
   - m_ifg_file --> ref_ifg_file
@yunjunz yunjunz merged commit 3ccba02 into insarlab:main Nov 23, 2023
7 checks passed
@yunjunz yunjunz deleted the alos_stack branch November 23, 2023 03:11
yunjunz added a commit that referenced this pull request Mar 4, 2024
…ence (#1150)

This PR further support the auto path setting for alosStack products, after #1119.

+ defaults.auto_path: add get_multilook_suffix() to grab the custom multilook suffix in the interferogram file name

+ defaults.auto_path: get_reference_date(): minor bug fix in the print out msg

+ defaults.auto_path.AUTO_PATH_ISCE_ALOS: add `mintpy.load.ion*File` default file patterns

+ utils.plot.plot_coherence_history(): plot ticks on all four boundaries, and set tick `in`
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

Successfully merging this pull request may close these issues.

1 participant