Skip to content

various bugs-fix in ts2vel.py --periodic and prep_hyp3#822

Merged
yunjunz merged 5 commits intoinsarlab:mainfrom
yunjunz:bugfix
Jul 28, 2022
Merged

various bugs-fix in ts2vel.py --periodic and prep_hyp3#822
yunjunz merged 5 commits intoinsarlab:mainfrom
yunjunz:bugfix

Conversation

@yunjunz
Copy link
Member

@yunjunz yunjunz commented Jul 28, 2022

Description of proposed changes

  • timeseries2velocity.py --periodic: use atan2(), instead of atan(), to account for the 4 quadrant outcome of the arc tangent operation, while calculating the phase component of the periodic signals. Identified by @yjzhenglamarmota and fixed by @piyushrpt.

  • prep_hyp3.py: fix bug of ORBIT_DIRECTION introduced in hyp3: fix incAngle/slantRangeDist + add more attributes (pass full test) #640. Identified and fixed by Lavosianne Souza and Adrian Borsa from UCSD.

  • reference_point.py inputs/ifgramStack.h5 --write-data: skip pixels with no-data-value (zero) while updating the unwrapPhase matrix.

  • README.md and setup.py: switch MintPy license from GPLv3 to GPLv3+, as discussed in Licensing PySolid#35.

Reminders

  • 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.

yunjunz added 4 commits July 27, 2022 17:55
+ use atan2(), instead of atan(), to account for the 4 quadrant outcome of arc tangent, while calculating the phase component of the periodic signals.
@yunjunz yunjunz changed the title various bugs-fix on ts2vel.py --periodic and prep_hyp3 for ORBIT_DIR* various bugs-fix on ts2vel.py --periodic and prep_hyp3 Jul 28, 2022
@yunjunz yunjunz changed the title various bugs-fix on ts2vel.py --periodic and prep_hyp3 various bugs-fix in ts2vel.py --periodic and prep_hyp3 Jul 28, 2022
@yunjunz yunjunz merged commit 00dd106 into insarlab:main Jul 28, 2022
@yunjunz yunjunz deleted the bugfix branch July 28, 2022 04:19
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