Closed paquiteau closed 2 years ago
:exclamation: No coverage uploaded for pull request base (
develop@3d863ed
). Click here to learn what that means. The diff coverage isn/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.
LGTM..
This PR creates a BaseFourierClass, which represent the minimal interface every Fourier Operator of pysap-mri should have:
adj_op
methodop
methoduses_sense
attribute/propertyn_coils
andshape
attributesThis 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.