@@ -111,7 +111,7 @@ def init_anat_preproc_wf(
111111 cifti_output : ty .Literal ['91k' , '170k' , False ] = False ,
112112 name : str = 'anat_preproc_wf' ,
113113 skull_strip_fixed_seed : bool = False ,
114- fs_reuse_base : bool = False ,
114+ fs_no_resume : bool = False ,
115115):
116116 """
117117 Stage the anatomical preprocessing steps of *sMRIPrep*.
@@ -184,7 +184,7 @@ def init_anat_preproc_wf(
184184 Do not use a random seed for skull-stripping - will ensure
185185 run-to-run replicability when used with --omp-nthreads 1
186186 (default: ``False``).
187- fs_reuse_base : bool
187+ fs_no_resume : bool
188188 Adjust pipeline to reuse base template
189189 of an existing longitudinal freesurfer output
190190 (default: ``False``).
@@ -280,7 +280,7 @@ def init_anat_preproc_wf(
280280 sloppy = sloppy ,
281281 omp_nthreads = omp_nthreads ,
282282 skull_strip_fixed_seed = skull_strip_fixed_seed ,
283- fs_reuse_base = fs_reuse_base ,
283+ fs_no_resume = fs_no_resume ,
284284 )
285285 template_iterator_wf = init_template_iterator_wf (spaces = spaces )
286286 ds_std_volumes_wf = init_ds_anat_volumes_wf (
@@ -464,7 +464,7 @@ def init_anat_fit_wf(
464464 sloppy : bool = False ,
465465 name = 'anat_fit_wf' ,
466466 skull_strip_fixed_seed : bool = False ,
467- fs_reuse_base : bool = False ,
467+ fs_no_resume : bool = False ,
468468):
469469 """
470470 Stage the anatomical preprocessing steps of *sMRIPrep*.
@@ -1047,7 +1047,7 @@ def init_anat_fit_wf(
10471047 name = 'surface_recon_wf' ,
10481048 omp_nthreads = omp_nthreads ,
10491049 hires = hires ,
1050- fs_reuse_base = fs_reuse_base ,
1050+ fs_no_resume = fs_no_resume ,
10511051 precomputed = precomputed ,
10521052 )
10531053 if t2w or flair :
0 commit comments