Closed maxhenneke closed 7 months ago
Hi @maxhenneke, indeed the DWI workflow is for diffusion weighted images ... I hadn't thought of the b0 use case.
I believe we could offer some sort of EPI workflow for fMRI's SBRefs and dMRI's b=0 volumes.
Without that "EPI" mode, I don't think we can do anything other than crashing in a nicer way.
WDYT?
Thinking about it, we could extend the anatomical workflow to cover these data types.
Addressed by #1240. DWIs with 5 or less orientations are not considered DWI for MRIQC. Perhaps they may be supported in the future as EPI images.
What happened?
When running MRIQC via Docker, it crashed raising the following exception "nipype.pipeline.engine.nodes.NodeExecutionError: Exception raised while executing Node shells." Based on the crash log, this may be happening because for Node: mriqc_wf.dwiMRIQC.shells "in_bvals = undefined" is a Node input. However, there are .bval files corresponding to all diffusion images and the dataset passes BIDS validation. The image that is causing this error is a B0 reference image, so its .bval file is just "0 0 0 0." When I moved the B0 reference image out of the BIDS directory and re-ran mriqc, however, I got the same error for my B1000 image.
What command did you use?
What version of the software are you running?
23.1.0
How are you running this software?
Docker
Is your data BIDS valid?
Yes
Are you reusing any previously computed results?
No
Please copy and paste any relevant log output.
Additional information / screenshots
No response