Skip to content

Commit

Permalink
Update anatomical.py
Browse files Browse the repository at this point in the history
  • Loading branch information
oesteban committed May 6, 2016
1 parent f477a17 commit 3aa4938
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mriqc/workflows/anatomical.py
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,7 @@ def _invt_flags(transforms):
norm.inputs.float = True

norm.inputs.transforms = ['Rigid', 'Affine']
norm.inputs.transform_parameters = [(2.0,), (1.0,)]
norm.inputs.transform_parameters = [(1.0,), (0.75,)]
norm.inputs.number_of_iterations = [[500], [200]]
norm.inputs.convergence_window_size = [50, 20]
norm.inputs.metric = ['Mattes', 'GC']
Expand Down

0 comments on commit 3aa4938

Please sign in to comment.