We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
A SIRF Acquisition Model <=> A CIL Operator A.direct(x) A.adjoint(x)
The text was updated successfully, but these errors were encountered:
https://github.com/CCPPETMR/Hackathon-SIRF/blob/163c3a6de58ca76d8167d94858fcdace898f352d/src/xGadgetron/pGadgetron/Gadgetron.py#L1104-L1130
direct = forward adjoint = backward
Sorry, something went wrong.
Should include "subset" functionality. E.g. A[i].direct(x) "projects" for the ith coil.
A[i].direct(x)
computing one coil projection requires either some additions to gadgetron_x.* or editing function sample_data from ismrmrdtools/simulation.py
paskino
No branches or pull requests
A SIRF Acquisition Model <=> A CIL Operator
A.direct(x)
A.adjoint(x)
The text was updated successfully, but these errors were encountered: