Skip to content

Commit 338c0fb

Browse files
committed
FIX: Mark if using alternative fsLR registration sphere
1 parent 830915a commit 338c0fb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

nibabies/workflows/anatomical/outputs.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -367,9 +367,9 @@ def init_anat_derivatives_wf(
367367
"anat_tpms",
368368
"anat2std_xfm",
369369
"std2anat_xfm",
370+
# FS
370371
"anat2fsnative_xfm",
371372
"fsnative2anat_xfm",
372-
# FS
373373
"anat_fs_aseg",
374374
"anat_fs_aparc",
375375
"anat_ribbon",
@@ -766,7 +766,7 @@ def init_anat_derivatives_wf(
766766
ds_reg_fsLR = pe.MapNode(
767767
DerivativesDataSink(
768768
base_directory=output_dir,
769-
space="fsLR",
769+
space="dHCP" if surface_recon == "mcribs" else "fsLR",
770770
desc="reg",
771771
suffix="sphere",
772772
extension=".surf.gii",

0 commit comments

Comments
 (0)