Skip to content

Commit

Permalink
80GC group analysis select files using Calc
Browse files Browse the repository at this point in the history
  • Loading branch information
bclenet committed Apr 3, 2024
1 parent fc23506 commit b68e102
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion narps_open/pipelines/team_80GC.py
Original file line number Diff line number Diff line change
Expand Up @@ -483,7 +483,7 @@ def get_group_level_analysis(self):

# SELECT DATASET - Split output of 3dttest++
select_output = MapNode(Calc(), name = 'select_output', iterfield = 'expr')
select_output.inputs.expr = ['a\'[0]\'', 'a\'[1]\'', 'a\'[2]\'']
select_output.inputs.expr = ['a[0]', 'a[1]', 'a[2]']
select_output.inputs.out_file = 'group_level_tsat.nii'
select_output.inputs.outputtype = 'NIFTI'
group_level.connect(t_test, 'out_file', select_output, 'in_file_a')
Expand Down

0 comments on commit b68e102

Please sign in to comment.