Skip to content

Commit

Permalink
Update fetch_templates.py
Browse files Browse the repository at this point in the history
  • Loading branch information
tsalo committed Aug 28, 2024
1 parent d040f48 commit 5d163d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/fetch_templates.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ def fetch_MNI6():
tf.get(template, resolution=2, atlas='HCP', suffix='dseg')
# Transform from MNI152NLin2009cAsym to MNI152NLin6Asym
tf.get(
template, mode='image', suffix='xfm', extension='.h5', **{'from': 'MNI152NLin2009cAsym'},
template, mode='image', suffix='xfm', extension='.h5', **{'from': 'MNI152NLin2009cAsym'}
)


Expand Down

0 comments on commit 5d163d8

Please sign in to comment.