Skip to content

Commit

Permalink
Bug with shrink factors
Browse files Browse the repository at this point in the history
  • Loading branch information
bclenet committed Oct 17, 2023
1 parent 0f186a8 commit 2c73712
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion narps_open/pipelines/team_08MQ.py
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,11 @@ def get_preprocessing(self):
[0.0, 0.0, 0.0],
[0.0, 0.0, 0.0]
]
normalization_anat.inputs.number_of_iterations = [10000, 10000, 10000]
normalization_anat.inputs.number_of_iterations = [
[10000, 10000, 10000],
[10000, 10000, 10000],
[10000, 10000, 10000]
]

# Threshold Node - create white-matter mask
threshold_white_matter = Node(Threshold(), name = 'threshold_white_matter')
Expand Down

0 comments on commit 2c73712

Please sign in to comment.