Skip to content

Commit 97d6164

Browse files
committed
Add question about xforms.
1 parent 758b638 commit 97d6164

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

fmriprep/workflows/bold/base.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -459,6 +459,8 @@ def init_bold_wf(
459459
("outputnode.boldref2fmap_xfm", "inputnode.boldref2fmap_xfm"),
460460
("outputnode.boldref2anat_xfm", "inputnode.boldref2anat_xfm"),
461461
]),
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?
462464
(bold_native_wf, bold_std_wf, [
463465
("outputnode.bold_minimal", "inputnode.bold_file"),
464466
("outputnode.motion_xfm", "inputnode.motion_xfm"),

0 commit comments

Comments
 (0)