-
Notifications
You must be signed in to change notification settings - Fork 22
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
Spiral rawdata (pulseq acquisition) is reversed during conversion from raw to acq #191
Comments
But doesn't that imply that |
I am not sure the read_dir is wrong. julia> raw.profiles[1].head.read_dir
(-0.99999994f0, 5.9604645f-8, 0.0f0) Interestingly the values are the same here : I guess it is a numerical approximation for pure axial sequence : (-1,0,0) I think the data should be revert only with the flag ? Otherwise the rotation is performed by the nifti viewer (if the metadata are correctly filled) |
It is also an issue for bruker datasets when PF is used see PR #202 which remove thus lines |
also related to #186 Ok, that problem was initially created by a hot fix... It make sense to remove it |
This issue happens when read_dir[1] < 0 and I have a mismatch between the trajectory (extracted from the pulseq file and the data in the acquisition)
MRIReco.jl/MRIBase/src/Datatypes/RawAcqData.jl
Line 268 in f70b2e0
Does this line is required ? We have a reverse flag for that no ?
My temporary fix :
The text was updated successfully, but these errors were encountered: