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
Running into an issue that when I load a large .dat file the number of lines twix_obj.image.NLin is different from the number of acquisitions twix_obj.image.NAcq. This is not the case when I load a smaller dataset, and also not what I expect from loading the same .dat file in Matlab and get the twix object there.
Because of this issue I am unable to convert the Matlab code I have to Python since I lose part of my data in my Python code. I tried looking into the different flags, but couldn't find the one that could be responsible for this. If this would be a simple flag, please let me know which I should set.
The text was updated successfully, but these errors were encountered:
I've seen this once before I think. It's probably because a loop value is set to a negative value. If you can investigate int he debugger, then you/we can figure out a fix.
Running into an issue that when I load a large .dat file the number of lines
twix_obj.image.NLin
is different from the number of acquisitionstwix_obj.image.NAcq
. This is not the case when I load a smaller dataset, and also not what I expect from loading the same .dat file in Matlab and get the twix object there.Because of this issue I am unable to convert the Matlab code I have to Python since I lose part of my data in my Python code. I tried looking into the different flags, but couldn't find the one that could be responsible for this. If this would be a simple flag, please let me know which I should set.
The text was updated successfully, but these errors were encountered: