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 830915a commit 338c0fbCopy full SHA for 338c0fb
nibabies/workflows/anatomical/outputs.py
@@ -367,9 +367,9 @@ def init_anat_derivatives_wf(
367
"anat_tpms",
368
"anat2std_xfm",
369
"std2anat_xfm",
370
+ # FS
371
"anat2fsnative_xfm",
372
"fsnative2anat_xfm",
- # FS
373
"anat_fs_aseg",
374
"anat_fs_aparc",
375
"anat_ribbon",
@@ -766,7 +766,7 @@ def init_anat_derivatives_wf(
766
ds_reg_fsLR = pe.MapNode(
767
DerivativesDataSink(
768
base_directory=output_dir,
769
- space="fsLR",
+ space="dHCP" if surface_recon == "mcribs" else "fsLR",
770
desc="reg",
771
suffix="sphere",
772
extension=".surf.gii",
0 commit comments