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.
2 parents 38fb3fd + f46e0e8 commit fa07eafCopy full SHA for fa07eaf
nibabies/workflows/base.py
@@ -514,7 +514,7 @@ def init_single_subject_wf(
514
]),
515
]) # fmt:skip
516
517
- if 'MNIInfant' in [ref.space for ref in spaces.references]:
+ if cifti_output and 'MNIInfant' in [ref.space for ref in spaces.references]:
518
select_MNIInfant_xfm = pe.Node(
519
KeySelect(
520
fields=['anat2std_xfm', 'std2anat_xfm'],
0 commit comments