Closed brenmous closed 5 years ago
Merging #223 into develop will decrease coverage by
1.12%
. The diff coverage is42.1%
.
@@ Coverage Diff @@
## develop #223 +/- ##
===========================================
- Coverage 83.97% 82.85% -1.13%
===========================================
Files 24 24
Lines 2914 2974 +60
===========================================
+ Hits 2447 2464 +17
- Misses 467 510 +43
Impacted Files | Coverage Δ | |
---|---|---|
pyrate/prepifg.py | 90.68% <100%> (ø) |
:arrow_up: |
pyrate/ifgconstants.py | 100% <100%> (ø) |
:arrow_up: |
pyrate/gamma.py | 100% <100%> (ø) |
:arrow_up: |
pyrate/gdal_python.py | 81.52% <31.03%> (-9.11%) |
:arrow_down: |
pyrate/config.py | 81.81% <33.33%> (-7.82%) |
:arrow_down: |
pyrate/scripts/run_prepifg.py | 91.42% <60%> (-2.42%) |
:arrow_down: |
pyrate/scripts/converttogtif.py | 90.9% <60%> (-2.64%) |
:arrow_down: |
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 27423c7...1905f6b. Read the comment docs.
Let's hold off on merging this one till the INSAR team have had a chance to test it and are happy with the output.
Coherence masking has been implemented. This affect
converttogeotiff
andprepifg
.If masking is enabled,
converttogeotiff
will convert the coherence images to .tif files. Duringprepifg
, the interferogram will be maksed before resampling or cropping is performed. This masking occurs on the in-memory copy of the interferogram, so the ifg provided by the user isn't modified.