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

bvecs / bvals should be space delimited #24

Open
soichih opened this issue Aug 11, 2017 · 0 comments
Open

bvecs / bvals should be space delimited #24

soichih opened this issue Aug 11, 2017 · 0 comments

Comments

@soichih
Copy link

soichih commented Aug 11, 2017

I see a few lines of cods like this

dlmwrite('data.bvals',bvals);
dlmwrite('data_b1000.bvals',bvals1000);

https://github.com/brain-life/pestillilab_projects/search?utf8=%E2%9C%93&q=dlmwrite&type=

To make the output bvals/bvecs more inter-operable with other apps, bvecs/bvals should be space delimited to follow the FSL standard.

dlmwrite('data.bvals',bvals, 'delimiter', ' ');
dlmwrite('data_b1000.bvals',bvals1000, 'delimiter', ' ');
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