GeoscienceAustralia / PyRate

A Python tool for estimating velocity and time-series from Interferometric Synthetic Aperture Radar (InSAR) data.
https://geoscienceaustralia.github.io/PyRate/
Apache License 2.0
201 stars 71 forks source link

Removal of outdated InSAR terminology #281

Closed mcgarth closed 4 years ago

mcgarth commented 4 years ago

This PR resolves the Issue https://github.com/GeoscienceAustralia/PyRate/issues/278

"Master image" has been changed to "First image", since it is always the earliest image in our InSAR processing convention. "Slave image" has been changed to "Second image".

Following places have been updated:

codecov-commenter commented 4 years ago

Codecov Report

Merging #281 into develop will not change coverage. The diff coverage is 95.71%.

Impacted file tree graph

@@           Coverage Diff            @@
##           develop     #281   +/-   ##
========================================
  Coverage    92.83%   92.83%           
========================================
  Files           26       26           
  Lines         3239     3239           
  Branches       505      505           
========================================
  Hits          3007     3007           
  Misses         147      147           
  Partials        85       85           
Impacted Files Coverage Δ
pyrate/core/algorithm.py 91.01% <66.66%> (ø)
pyrate/core/shared.py 95.25% <94.11%> (ø)
pyrate/core/aps.py 85.71% <100.00%> (ø)
pyrate/core/covariance.py 95.61% <100.00%> (ø)
pyrate/core/gamma.py 97.93% <100.00%> (ø)
pyrate/core/ifgconstants.py 100.00% <100.00%> (ø)
pyrate/core/mst.py 96.29% <100.00%> (ø)
pyrate/core/orbital.py 95.70% <100.00%> (ø)
pyrate/core/ref_phs_est.py 90.10% <100.00%> (ø)
pyrate/core/roipac.py 91.52% <100.00%> (ø)
... and 2 more

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 2aed1e7...0459bfa. Read the comment docs.