Skip to content
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

Loading a large (> 5 GB) .dat file is reducing the number of lines in the Twix object #45

Open
aolbrech opened this issue Jan 30, 2024 · 1 comment

Comments

@aolbrech
Copy link

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.

image

@wtclarke
Copy link
Owner

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants