Open soichih opened 7 years ago
I've talked to @Garyfallidis and he said that he would look into adding support for comma delimited bvecs / bvals.
Meanwhile, I've found that it's app-datanormalize which is generating bvecs / bvals in non-FSL format. I've updated the app to keep data delimited by space. I've looked for other apps under /brain-life and didn't notice any other apps that are using dlmwrite without space delimiter.
@soichih The problem is not simply with the comma-delimiter. Removing the comma might get the application to run, but the results will be rather poor because it looks like the data seems to be normalized. If you can get the data to be not normalized then it will run better.
Aman, thank you the comment!
I've fixed a bug where user could select datasets that does not match the datatype_tags specified by the app. User should no longer be able to submit app-dipy-csamodel with normalized data.
It looks like dipy's read_bvals_bvecs() doesn't handle comma delimited bvecs/bvals.
This should probably be fixed by dipy, but I am submitting this to be aware of this issue.