From 50ff3c096e906f4828a386a3723ab51e663b7e01 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Boris=20Cl=C3=A9net?= Date: Mon, 22 Apr 2024 17:17:05 +0200 Subject: [PATCH] Group level outputs --- narps_open/pipelines/team_O21U.py | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/narps_open/pipelines/team_O21U.py b/narps_open/pipelines/team_O21U.py index 476f25f1..03646c09 100644 --- a/narps_open/pipelines/team_O21U.py +++ b/narps_open/pipelines/team_O21U.py @@ -649,8 +649,8 @@ def get_group_level_outputs(self): 'contrast_id': self.contrast_list, 'method': ['equalRange', 'equalIndifference'], 'file': [ - 'randomise_tfce_corrp_tstat1.nii.gz', - 'randomise_tfce_corrp_tstat2.nii.gz', + '_cluster0/zstat1_threshold.nii.gz', + '_cluster1/zstat2_threshold.nii.gz', 'tstat1.nii.gz', 'tstat2.nii.gz', 'zstat1.nii.gz', @@ -671,7 +671,7 @@ def get_group_level_outputs(self): parameters = { 'contrast_id': self.contrast_list, 'file': [ - 'randomise_tfce_corrp_tstat1.nii.gz', + '_cluster0/zstat1_threshold.nii.gz', 'tstat1.nii.gz', 'zstat1.nii.gz' ] @@ -697,22 +697,22 @@ def get_hypotheses_outputs(self): join(f'group_level_analysis_equalIndifference_nsub_{nb_sub}', '_contrast_id_1', 'randomise_tfce_corrp_tstat2'), join(f'group_level_analysis_equalIndifference_nsub_{nb_sub}', - '_contrast_id_1', 'zstat2.nii.gz'), + '_contrast_id_1', 'zstat1.nii.gz'), # Hypothesis 2 join(f'group_level_analysis_equalRange_nsub_{nb_sub}', '_contrast_id_1', 'randomise_tfce_corrp_tstat2'), join(f'group_level_analysis_equalRange_nsub_{nb_sub}', - '_contrast_id_1', 'zstat2.nii.gz'), + '_contrast_id_1', 'zstat1.nii.gz'), # Hypothesis 3 join(f'group_level_analysis_equalIndifference_nsub_{nb_sub}', '_contrast_id_1', 'randomise_tfce_corrp_tstat2'), join(f'group_level_analysis_equalIndifference_nsub_{nb_sub}', - '_contrast_id_1', 'zstat2.nii.gz'), + '_contrast_id_1', 'zstat1.nii.gz'), # Hypothesis 4 join(f'group_level_analysis_equalRange_nsub_{nb_sub}', '_contrast_id_1', 'randomise_tfce_corrp_tstat2'), join(f'group_level_analysis_equalRange_nsub_{nb_sub}', - '_contrast_id_1', 'zstat2.nii.gz'), + '_contrast_id_1', 'zstat1.nii.gz'), # Hypothesis 5 join(f'group_level_analysis_equalIndifference_nsub_{nb_sub}', '_contrast_id_2', 'randomise_tfce_corrp_tstat1'),