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

Fix use of different x/y multi-looking factors #286

Closed mcgarth closed 4 years ago

mcgarth commented 4 years ago
codecov-commenter commented 4 years ago

Codecov Report

Merging #286 into develop will decrease coverage by 0.02%. The diff coverage is 76.92%.

Impacted file tree graph

@@             Coverage Diff             @@
##           develop     #286      +/-   ##
===========================================
- Coverage    84.92%   84.89%   -0.03%     
===========================================
  Files           26       26              
  Lines         3336     3343       +7     
  Branches       516      518       +2     
===========================================
+ Hits          2833     2838       +5     
- Misses         404      405       +1     
- Partials        99      100       +1     
Impacted Files Coverage Δ
pyrate/merge.py 18.49% <0.00%> (ø)
pyrate/core/prepifg_helper.py 93.87% <50.00%> (-1.30%) :arrow_down:
pyrate/configuration.py 96.12% <100.00%> (+0.03%) :arrow_up:
pyrate/core/config.py 93.47% <100.00%> (ø)
pyrate/core/orbital.py 92.72% <100.00%> (+0.13%) :arrow_up:

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 cb73276...8410885. Read the comment docs.