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
200 stars 70 forks source link

Sb/disable network orbfit and offset user params #297

Closed basaks closed 3 years ago

basaks commented 3 years ago
  1. remove orbitoffset param and prodide defaults. deafults are offset=false for independent method and offset=true for network method.
  2. use orbfit independent method as fallback until network method is fixed
codecov-commenter commented 3 years ago

Codecov Report

Merging #297 into develop will decrease coverage by 0.06%. The diff coverage is 25.00%.

Impacted file tree graph

@@             Coverage Diff             @@
##           develop     #297      +/-   ##
===========================================
- Coverage    83.13%   83.06%   -0.07%     
===========================================
  Files           26       26              
  Lines         3462     3466       +4     
  Branches       543      544       +1     
===========================================
+ Hits          2878     2879       +1     
- Misses         489      491       +2     
- Partials        95       96       +1     
Impacted Files Coverage Δ
pyrate/core/config.py 93.51% <ø> (ø)
pyrate/core/orbital.py 92.03% <0.00%> (-1.24%) :arrow_down:
pyrate/default_parameters.py 100.00% <ø> (ø)
pyrate/configuration.py 91.92% <100.00%> (+0.05%) :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 55aee31...a11c646. Read the comment docs.