@@ -111,7 +111,7 @@ def init_anat_preproc_wf(
111
111
cifti_output : ty .Literal ['91k' , '170k' , False ] = False ,
112
112
name : str = 'anat_preproc_wf' ,
113
113
skull_strip_fixed_seed : bool = False ,
114
- fs_reuse_base : bool = False ,
114
+ fs_no_resume : bool = False ,
115
115
):
116
116
"""
117
117
Stage the anatomical preprocessing steps of *sMRIPrep*.
@@ -184,7 +184,7 @@ def init_anat_preproc_wf(
184
184
Do not use a random seed for skull-stripping - will ensure
185
185
run-to-run replicability when used with --omp-nthreads 1
186
186
(default: ``False``).
187
- fs_reuse_base : bool
187
+ fs_no_resume : bool
188
188
Adjust pipeline to reuse base template
189
189
of an existing longitudinal freesurfer output
190
190
(default: ``False``).
@@ -280,7 +280,7 @@ def init_anat_preproc_wf(
280
280
sloppy = sloppy ,
281
281
omp_nthreads = omp_nthreads ,
282
282
skull_strip_fixed_seed = skull_strip_fixed_seed ,
283
- fs_reuse_base = fs_reuse_base ,
283
+ fs_no_resume = fs_no_resume ,
284
284
)
285
285
template_iterator_wf = init_template_iterator_wf (spaces = spaces )
286
286
ds_std_volumes_wf = init_ds_anat_volumes_wf (
@@ -464,7 +464,7 @@ def init_anat_fit_wf(
464
464
sloppy : bool = False ,
465
465
name = 'anat_fit_wf' ,
466
466
skull_strip_fixed_seed : bool = False ,
467
- fs_reuse_base : bool = False ,
467
+ fs_no_resume : bool = False ,
468
468
):
469
469
"""
470
470
Stage the anatomical preprocessing steps of *sMRIPrep*.
@@ -1047,7 +1047,7 @@ def init_anat_fit_wf(
1047
1047
name = 'surface_recon_wf' ,
1048
1048
omp_nthreads = omp_nthreads ,
1049
1049
hires = hires ,
1050
- fs_reuse_base = fs_reuse_base ,
1050
+ fs_no_resume = fs_no_resume ,
1051
1051
precomputed = precomputed ,
1052
1052
)
1053
1053
if t2w or flair :
0 commit comments