Replies: 1 comment
|
The k-space data is expected to be a vector of length (samples x channels), not a 2D array in your case. You can call |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
I'm working on self-navigated multi-shot DW FSE data, and this entails reconstruction of each of the (aliased) shots to compute phase correction maps for each shot.
As far as I can tell this should be possible using the operator / solver interface here, but I'm getting a "shape mismatch" error which I'm struggling to fix. I've precomputed the SENSE maps using BART and they look reasonable. I based my attempt on the encodingOps_parallel present in the code, and as far as I can tell I'm presenting data in the right format
Given a single shot of data with 1440 k-space points across 8 channels, we have
This fails with the following stacktrace:
As far as I can tell it's just something about the operator interface that I'm not understanding, but if anyone knows what mistake I'm making, it'd be a huge help. Thanks!
All reactions