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

preprocess_2.m will not save larger than 2GB dataset #4

Open
dscarmo opened this issue Dec 14, 2019 · 0 comments
Open

preprocess_2.m will not save larger than 2GB dataset #4

dscarmo opened this issue Dec 14, 2019 · 0 comments

Comments

@dscarmo
Copy link

dscarmo commented Dec 14, 2019

While using a 200 volumes dataset, preprocess_2.m does not save the data.

I fixed this by changing line 47 to:

save(outputFilename, 'data', '-v7.3')

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

1 participant