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 d2cd3e4 commit 0f186a8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions narps_open/pipelines/team_08MQ.py
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@ 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]

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

0 comments on commit 0f186a8

Please sign in to comment.