-
Notifications
You must be signed in to change notification settings - Fork 125
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
unable to get bval/bvec: converted but not copied to output #38
Comments
this appears to work fine now. |
I've got this error with dataset I'm working with now. I'll let you know if I figure out what's causing it. |
Turns out some subjects weren't headfirst supine, thus dcm2niix won't generate bvals/bvecs for GE scans. |
also hit the issue on
here's more as a gist: |
I think I have ran into this issue as well! Note that prior "lost bval/bvec" boiled down to need of fixing nipype: #13 ... yet to investigate in detail what is going on |
tested with nipype master (1.6.0-1-g47fe00b38, with that extra commit about mrtrix3, so unrelated) -- worked correctly! not sure what specific commit in nipype fixed up this issue yet. as much as love nipype and nipypers, but for a single interface of dcm2niix, it is imho too large of a beast (goes back to #6), heh. I guess we can resolve this issue by demanding nipype >= 1.6.0 , unless someone points to the fix more specifically. |
i think nipype at one point served a few more things including provenance. but it's true at this point it would be advantages to turn dcm2niix into a pydra task and switch to pydra with all the parallelization that's possible and make heudiconv much leaner. |
ok, manually bisected to nipy/nipype#2936 which appears in the |
…c values issue Closes nipy#38
I'm processing some Prisma data and noticed heudiconv isn't outputing bvals or bvecs. When I run the conversion using command-line dcm2niix, the bvals/bvecs were successfully made.
I thought this was a problem with nipype's dcm2nii.py interface - but even after making these changes I was still unable to produce them. Any ideas as to what is causing this?
For reference, here is dcm2niix's stdout for my diffusion scans
The text was updated successfully, but these errors were encountered: