Skip to content

Commit

Permalink
Group level outputs
Browse files Browse the repository at this point in the history
  • Loading branch information
bclenet committed Apr 22, 2024
1 parent 7f77313 commit 50ff3c0
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions narps_open/pipelines/team_O21U.py
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand All @@ -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'
]
Expand All @@ -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'),
Expand Down

0 comments on commit 50ff3c0

Please sign in to comment.