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

update gmtsar support for the new ifg stack structure #1226

Merged
merged 4 commits into from
Jul 16, 2024

Conversation

yunjunz
Copy link
Member

@yunjunz yunjunz commented Jul 16, 2024

Description of proposed changes

This PR updates support for GMTSAR interferogram stack as prepared for the EarthScope short course 2024 by Xiaohua Xu.

  • utils.readfile: add GMTSAR_SENSOR_ID2NAME, and call it in _attribute_gmtsar2roipac() to get PLATFORM

  • utils.ptime: add yyyyddd2yyyymmdd() to convert from GMTSAR date format into YYYYMMDD format

  • prep_gmtsar: update to the new structure as prepared by Xiaohua Xu for the 2024 EarthScope short course. Major changes include: 1) use supermaster.PRM for common metadata extraction and 2) use baseline_table.dat to read the bperp TS directly.

  • docs/dir_structure: update to the latest structure.

Reminders

  • Pass Pre-commit check (green)
  • Pass Codacy code review (green)
  • Pass Circle CI test (green)
  • Pass local test
  • 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.
  • If adding new functionality, add a detailed description to the documentation and/or an example.

yunjunz added 4 commits July 16, 2024 23:20
update support for GMTSAR interferogram stack as prepared for the EarthScope short course 2024 by Xiaohua Xu.

+ utils.readfile: add GMTSAR_SENSOR_ID2NAME, and call it in _attribute_gmtsar2roipac() to get PLATFORM

+ utils.ptime: add yyyyddd2yyyymmdd() to convert from GMTSAR date format into YYYYMMDD format

+ prep_gmtsar: update to the new structure as prepared by Xiaohua Xu for the 2024 EarthScope short course. Major changes include: 1) use supermaster.PRM for common metadata extraction and 2) use baseline_table.dat to read the bperp TS directly.

+ docs/dir_structure: update to the latest structure.
@yunjunz yunjunz merged commit 6495001 into insarlab:main Jul 16, 2024
6 of 7 checks passed
@yunjunz yunjunz deleted the gmtsar branch July 16, 2024 16:41
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