meta00 / vital_sqi

A package for physiological signal quality control
MIT License
31 stars 11 forks source link

Spectrum calculation #31

Closed Koaha closed 3 years ago

Koaha commented 3 years ago

add spectrum calculation function in issue #22

codecov[bot] commented 3 years ago

Codecov Report

Merging #31 (fbf3d4b) into main (d68db3a) will decrease coverage by 0.36%. The diff coverage is 35.05%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main      #31      +/-   ##
==========================================
- Coverage   21.06%   20.69%   -0.37%     
==========================================
  Files          20       22       +2     
  Lines        1353     1469     +116     
==========================================
+ Hits          285      304      +19     
- Misses       1068     1165      +97     
Impacted Files Coverage Δ
vital_sqi/common/power_spectrum.py 0.00% <0.00%> (ø)
vital_sqi/data/__init__.py 100.00% <ø> (ø)
vital_sqi/data/segment_split.py 18.57% <0.00%> (ø)
vital_sqi/sqi/rpeaks_sqi.py 0.00% <0.00%> (ø)
vital_sqi/data/io.py 18.51% <18.51%> (ø)
vital_sqi/common/rpeak_detection.py 15.10% <20.68%> (+2.23%) :arrow_up:
vital_sqi/common/utils.py 94.11% <50.00%> (-5.89%) :arrow_down:
vital_sqi/sqi/standard_sqi.py 23.07% <50.00%> (+0.57%) :arrow_up:
vital_sqi/common/generate_template.py 100.00% <100.00%> (ø)
... and 3 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 d68db3a...fbf3d4b. Read the comment docs.