Skip to content

Commit 7538b57

Browse files
committed
fix(docs): update to latest version of anatomical workflow
1 parent 7eb8922 commit 7538b57

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

docs/workflows.rst

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -70,17 +70,15 @@ T1w/T2w preprocessing
7070
bids_root='.',
7171
debug=False,
7272
freesurfer=True,
73-
fs_spaces=['T1w', 'fsnative',
74-
'template', 'fsaverage5'],
7573
hires=True,
7674
longitudinal=False,
7775
num_t1w=1,
7876
omp_nthreads=1,
7977
output_dir='.',
78+
output_spaces={'MNI152NLin2009cAsym': {'res': 2}},
8079
reportlets_dir='.',
8180
skull_strip_template='MNI152NLin2009cAsym',
8281
skull_strip_fixed_seed=False,
83-
template='MNI152NLin2009cAsym',
8482
)
8583

8684
The anatomical sub-workflow begins by constructing an average image by

0 commit comments

Comments
 (0)