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 2502b25 commit 6ba918cCopy full SHA for 6ba918c
smriprep/workflows/anatomical.py
@@ -66,7 +66,6 @@ def init_anat_preproc_wf(
66
bids_root,
67
freesurfer,
68
hires,
69
- fs_reuse_base,
70
longitudinal,
71
t1w,
72
t2w,
@@ -75,6 +74,7 @@ def init_anat_preproc_wf(
75
74
skull_strip_mode,
76
skull_strip_template,
77
spaces,
+ fs_reuse_base=False,
78
cifti_output=False,
79
debug=False,
80
sloppy=False,
smriprep/workflows/surfaces.py
@@ -57,7 +57,7 @@ def init_surface_recon_wf(
57
*,
58
omp_nthreads,
59
60
61
name="surface_recon_wf"
62
):
63
r"""
0 commit comments