We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 58264f5 commit 20bf34dCopy full SHA for 20bf34d
fmriprep/workflows/bold/base.py
@@ -460,8 +460,6 @@ def init_bold_wf(
460
("outputnode.boldref2fmap_xfm", "inputnode.boldref2fmap_xfm"),
461
("outputnode.boldref2anat_xfm", "inputnode.boldref2anat_xfm"),
462
]),
463
- # XXX: The bold_file here is post-HMC+SDC, so should HMC + SDC be applied again?
464
- # Should this take in the inputnode BOLD file instead?
465
(bold_native_wf, bold_std_wf, [
466
("outputnode.bold_minimal", "inputnode.bold_file"),
467
("outputnode.motion_xfm", "inputnode.motion_xfm"),
0 commit comments