openep / openep-core

Core OpenEP code - Matlab implementation
Apache License 2.0
9 stars 6 forks source link

Precision data reading #61

Closed p-j-smith closed 2 years ago

p-j-smith commented 2 years ago

Added initial parser for Precision datasets - ready to be used but need to add parsing of ablation data.

Added tests that can be run locally - we don't run them through Github Actions as the datasets may contain patient data.

codecov[bot] commented 2 years ago

Codecov Report

Merging #61 (ea779f7) into develop (2d81c15) will increase coverage by 1.52%. The diff coverage is 27.81%.

@@            Coverage Diff             @@
##           develop     #61      +/-   ##
==========================================
+ Coverage     5.51%   7.03%   +1.52%     
==========================================
  Files          135     144       +9     
  Lines         7017    6805     -212     
==========================================
+ Hits           387     479      +92     
+ Misses        6630    6326     -304     
Impacted Files Coverage Δ
camcontrol2mouse.m 0.00% <0.00%> (ø)
generateInterpData.m 0.00% <0.00%> (ø)
getLowVoltageArea.m 0.00% <0.00%> (ø)
localtests/importPrecisionTest.m 0.00% <0.00%> (ø)
private/colorShell.m 0.00% <0.00%> (ø)
private/filebytes2end.m 0.00% <0.00%> (ø)
private/filebytesall.m 0.00% <0.00%> (ø)
private/filebytesbetweenindices.m 0.00% <0.00%> (ø)
private/get_filelist.m 0.00% <0.00%> (ø)
private/get_homedir.m 0.00% <0.00%> (ø)
... and 88 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 2d81c15...ea779f7. Read the comment docs.

drsewilliams commented 2 years ago

Changes approved