MWATelescope / mwalib

Library to read Murchison Widefield Array (MWA) raw visibilities, voltages and metadata into a common structure
Mozilla Public License 2.0
10 stars 2 forks source link

API changes and adding DUT1 #49

Closed cjordan closed 2 years ago

cjordan commented 2 years ago

@gsleap - would you mind reviewing, please?

From the changelog:

Unreleased

codecov[bot] commented 2 years ago

Codecov Report

Merging #49 (2e880f6) into master (d3d404b) will increase coverage by 0.08%. The diff coverage is 100.00%.

@@            Coverage Diff             @@
##           master      #49      +/-   ##
==========================================
+ Coverage   93.71%   93.79%   +0.08%     
==========================================
  Files          23       22       -1     
  Lines        5217     5188      -29     
==========================================
- Hits         4889     4866      -23     
+ Misses        328      322       -6     
Impacted Files Coverage Δ
src/lib.rs 100.00% <ø> (ø)
src/convert/mod.rs 98.38% <100.00%> (ø)
src/correlator_context/mod.rs 98.24% <100.00%> (+0.02%) :arrow_up:
src/ffi/mod.rs 90.76% <100.00%> (+0.01%) :arrow_up:
src/metafits_context/mod.rs 93.96% <100.00%> (+0.02%) :arrow_up:
src/voltage_context/mod.rs 94.54% <100.00%> (+0.05%) :arrow_up:
build.rs

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 d3d404b...2e880f6. Read the comment docs.

gsleap commented 2 years ago

Looks good! Thanks for all the work, @cjordan !