DeDop / dedop-core

DeDop is a User Configurable Tool for Processing Delay Doppler Altimeter Data.
http://dedop.org/
GNU General Public License v3.0
14 stars 8 forks source link

Additional L1B Output Format #53

Closed mark-ep closed 6 years ago

mark-ep commented 6 years ago

Created new L1B output format (#51) with metadata attributes (#44). Also includes corrections to sigma-0 scaling factor values (#49)

codecov-io commented 6 years ago

Codecov Report

Merging #53 into master will decrease coverage by 1.75%. The diff coverage is 40.78%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #53      +/-   ##
==========================================
- Coverage    69.1%   67.34%   -1.76%     
==========================================
  Files          69       70       +1     
  Lines        5395     5684     +289     
==========================================
+ Hits         3728     3828     +100     
- Misses       1667     1856     +189
Impacted Files Coverage Δ
dedop/conf/enums.py 100% <ø> (ø) :arrow_up:
dedop/proc/sar/algorithms/stack_gathering.py 93.58% <ø> (ø) :arrow_up:
dedop/data/output/l1bs_writer.py 47.48% <0%> (ø) :arrow_up:
dedop/proc/sar/algorithms/sigma_zero_scaling.py 28.57% <0%> (-66.89%) :arrow_down:
dedop/data/output/__init__.py 100% <100%> (ø) :arrow_up:
dedop/conf/characterization.py 85.41% <100%> (+2.08%) :arrow_up:
dedop/conf/auxiliary_parameter.py 92.85% <100%> (ø) :arrow_up:
dedop/conf/configuration.py 100% <100%> (ø) :arrow_up:
dedop/data/output/l1b_writer.py 64.63% <13.26%> (-34.02%) :arrow_down:
dedop/proc/sar/processor.py 13.68% <19.23%> (+0.29%) :arrow_up:
... and 13 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 3b477d3...1612ac7. Read the comment docs.