-
Notifications
You must be signed in to change notification settings - Fork 21
New issue
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
Partial Fourier issue #240
Labels
bug
Something isn't working
Comments
ismrmrd/siemens_to_ismrmrd#142 During conversion the correct center is displayed in the terminal |
This information is stored (for each profiles) in julia> raw_imaging.profiles[1].head.idx.user[6] |> Int
91
julia> raw_imaging.profiles[1].head.idx.user[7] |> Int
95 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I am reconstructing a 3D FLAIR sequence. I have an issue with sense reconstruction.
Diving a little bit it is an issue with how the kspace is filled
I get the same results with kDataCart or doing it by hand
The encoding limits gives :

which corresponds to the maximum value filled along ky and kz
The text was updated successfully, but these errors were encountered: