cpp-lln-lab / CPP_ROI

Set of Octave and Matlab functions, demos and scripts to help manage ROIs and to play nice with BIDS datasets. Mostly volume-based and SPM centric.
https://cpp-roi.readthedocs.io/en/latest/index.html
GNU General Public License v3.0
5 stars 6 forks source link

[ENH] add function to find peak in ROI and to plot ROI content #41

Closed Remi-Gau closed 2 years ago

codecov[bot] commented 2 years ago

Codecov Report

Merging #41 (6825c1e) into dev (0fa7b4d) will increase coverage by 1.07%. The diff coverage is 94.56%.

:exclamation: Current head 6825c1e differs from pull request most recent head 3261eec. Consider uploading reports for the commit 3261eec to get more accurate results

@@            Coverage Diff             @@
##              dev      #41      +/-   ##
==========================================
+ Coverage   89.03%   90.10%   +1.07%     
==========================================
  Files          20       23       +3     
  Lines         383      475      +92     
==========================================
+ Hits          341      428      +87     
- Misses         42       47       +5     
Flag Coverage Δ
unittests ?

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
src/roi/checkRoiOrientation.m 100.00% <ø> (ø)
src/roi/getPeakCoordinates.m 84.84% <84.84%> (ø)
src/roi/plotDataInRoi.m 100.00% <100.00%> (ø)
src/utils/optimizeSubplotNumber.m 100.00% <100.00%> (ø)

:mega: Codecov can now indicate which changes are the most critical in Pull Requests. Learn more