Skip to content

Commit

Permalink
Adding nuisance regressors in the group level analysis
Browse files Browse the repository at this point in the history
  • Loading branch information
bclenet committed Jun 17, 2024
1 parent 8ed2c3e commit 0dda6cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion narps_open/pipelines/team_4SZ2.py
Original file line number Diff line number Diff line change
Expand Up @@ -325,7 +325,7 @@ def get_group_level_analysis(self):
),
name = 'get_masks', iterfield = 'input_str'
)
get_masks.inputs.elements = complete_subject_ids(self.subject_list)
get_masks.inputs.elements = complete_sub_ids(self.subject_list)
group_level.connect(select_files, 'masks', get_masks, 'input_str')

# Merge Node - Merge cope files
Expand Down

0 comments on commit 0dda6cc

Please sign in to comment.