diff --git a/narps_open/pipelines/team_L7J7.py b/narps_open/pipelines/team_L7J7.py index a291d986..5ffd4eed 100644 --- a/narps_open/pipelines/team_L7J7.py +++ b/narps_open/pipelines/team_L7J7.py @@ -650,14 +650,14 @@ def get_hypotheses_outputs(self): '_contrast_id_0001', 'spmT_0001.nii'), # Hypothesis 5 join(f'group_level_analysis_equalIndifference_nsub_{nb_sub}', - '_contrast_id_0002', '_threshold1', 'spmT_0002_thr.nii'), + '_contrast_id_0002', '_threshold1', 'spmT_0001_thr.nii'), join(f'group_level_analysis_equalIndifference_nsub_{nb_sub}', - '_contrast_id_0002', 'spmT_0002.nii'), + '_contrast_id_0002', 'spmT_0001.nii'), # Hypothesis 6 join(f'group_level_analysis_equalRange_nsub_{nb_sub}', - '_contrast_id_0002', '_threshold1', 'spmT_0002_thr.nii'), + '_contrast_id_0002', '_threshold1', 'spmT_0001_thr.nii'), join(f'group_level_analysis_equalRange_nsub_{nb_sub}', - '_contrast_id_0002', 'spmT_0002.nii'), + '_contrast_id_0002', 'spmT_0001.nii'), # Hypothesis 7 join(f'group_level_analysis_equalIndifference_nsub_{nb_sub}', '_contrast_id_0002', '_threshold0', 'spmT_0001_thr.nii'), @@ -670,8 +670,8 @@ def get_hypotheses_outputs(self): '_contrast_id_0002', 'spmT_0001.nii'), # Hypothesis 9 join(f'group_level_analysis_groupComp_nsub_{nb_sub}', - '_contrast_id_0002', '_threshold0', 'spmT_0001_thr.nii'), + '_contrast_id_0002', '_threshold0', 'spmT_0002_thr.nii'), join(f'group_level_analysis_groupComp_nsub_{nb_sub}', - '_contrast_id_0002', 'spmT_0001.nii') + '_contrast_id_0002', 'spmT_0002.nii') ] return [join(self.directories.output_dir, f) for f in files]