Skip to content

Commit

Permalink
Hypo names
Browse files Browse the repository at this point in the history
  • Loading branch information
bclenet committed Apr 10, 2024
1 parent 5cb2ffa commit 095444c
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions narps_open/pipelines/team_L7J7.py
Original file line number Diff line number Diff line change
Expand Up @@ -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'),
Expand All @@ -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]

0 comments on commit 095444c

Please sign in to comment.