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 758b638 commit 97d6164Copy full SHA for 97d6164
fmriprep/workflows/bold/base.py
@@ -459,6 +459,8 @@ def init_bold_wf(
459
("outputnode.boldref2fmap_xfm", "inputnode.boldref2fmap_xfm"),
460
("outputnode.boldref2anat_xfm", "inputnode.boldref2anat_xfm"),
461
]),
462
+ # XXX: The bold_file here is post-HMC+SDC, so should HMC + SDC be applied again?
463
+ # Should this take in the inputnode BOLD file instead?
464
(bold_native_wf, bold_std_wf, [
465
("outputnode.bold_minimal", "inputnode.bold_file"),
466
("outputnode.motion_xfm", "inputnode.motion_xfm"),
0 commit comments