From 0f186a8f5742a3188e245c5b13ba4b0178d68d30 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Boris=20Cl=C3=A9net?= Date: Tue, 17 Oct 2023 17:44:51 +0200 Subject: [PATCH] Bug with shrink factors --- narps_open/pipelines/team_08MQ.py | 1 + 1 file changed, 1 insertion(+) diff --git a/narps_open/pipelines/team_08MQ.py b/narps_open/pipelines/team_08MQ.py index 3d1d36a4..2878bc71 100644 --- a/narps_open/pipelines/team_08MQ.py +++ b/narps_open/pipelines/team_08MQ.py @@ -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')