CEA-COSMIC / pysap-mri

MRI external plugin for Python Sparse data Analysis Package
Other
43 stars 18 forks source link

Fourier operator base #154

Closed paquiteau closed 2 years ago

paquiteau commented 2 years ago

This PR creates a BaseFourierClass, which represent the minimal interface every Fourier Operator of pysap-mri should have:

This Make all the Fourier operator of pysap-mri inherit this class.

Bonus: This make the SingleChannelReconstructor able to reconstruct using SENSE, if the fourier operator can do it.

codecov-commenter commented 2 years ago

Codecov Report

:exclamation: No coverage uploaded for pull request base (develop@3d863ed). Click here to learn what that means. The diff coverage is n/a.

@@            Coverage Diff             @@
##             develop     #154   +/-   ##
==========================================
  Coverage           ?   82.44%           
==========================================
  Files              ?       48           
  Lines              ?     2318           
  Branches           ?        0           
==========================================
  Hits               ?     1911           
  Misses             ?      407           
  Partials           ?        0           
Flag Coverage Δ
unittests 82.44% <0.00%> (?)

Flags with carried forward coverage won't be shown. Click here to find out 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 3d863ed...2e550a7. Read the comment docs.

chaithyagr commented 2 years ago

LGTM..