You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Does this line is required ? We have a reverse flag for that no ?
My temporary fix :
for p ineachindex(raw.profiles)
raw.profiles[p].traj =Float32.(traj[:,:,p])
raw.profiles[p].head.trajectory_dimensions=2# issue with reverse
raw.profiles[p].head.read_dir = (0.0,0.0,0.0)
end
The text was updated successfully, but these errors were encountered:
But doesn't that imply that read_dir is wrong than? I would rather want to fix inconsistent/wrong data at the origin (BrukerFile -> RawDataAcq conversion) and not later.
I am not sure the read_dir is wrong.
It is siemens acquisition (not a bruker one) and the read_dir is converted during siemens_to_ismrmrd. I think the value should be true.
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: