sxs-collaboration / sxs

Python code for manipulating data from the SXS collaboration
MIT License
26 stars 18 forks source link

LVC-NR format and decimation utilities #24

Closed moble closed 4 years ago

moble commented 4 years ago

Adds functions for decimating data (e.g., greedy algorithm) and converting to LVC-NR format

codecov-commenter commented 4 years ago

Codecov Report

Merging #24 into main will increase coverage by 10.86%. The diff coverage is 66.62%.

Impacted file tree graph

@@             Coverage Diff             @@
##             main      #24       +/-   ##
===========================================
+ Coverage   28.66%   39.52%   +10.86%     
===========================================
  Files          41       54       +13     
  Lines        3527     4377      +850     
  Branches      721      857      +136     
===========================================
+ Hits         1011     1730      +719     
- Misses       2419     2507       +88     
- Partials       97      140       +43     
Impacted Files Coverage Δ
sxs/catalog/create.py 2.12% <0.00%> (ø)
sxs/utilities/decimation/greedy_spline.py 0.00% <0.00%> (ø)
sxs/utilities/decimation/linear_bisection.py 0.00% <0.00%> (ø)
sxs/utilities/decimation/suppression.py 12.50% <12.50%> (ø)
sxs/utilities/lvcnr/waveform_amp_phase.py 52.63% <52.63%> (ø)
sxs/utilities/lvcnr/metadata.py 60.13% <60.13%> (ø)
sxs/utilities/lvcnr/comparisons.py 79.16% <79.16%> (ø)
sxs/utilities/lvcnr/conversion.py 79.48% <79.48%> (ø)
sxs/utilities/lvcnr/dataset.py 84.00% <84.00%> (ø)
sxs/utilities/lvcnr/__init__.py 85.71% <85.71%> (ø)
... and 35 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 a0141c3...12464ea. Read the comment docs.