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 19, 2024
1 parent 4722eb0 commit 40b226f
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 @@ -351,7 +351,7 @@ def get_group_level_analysis(self):
group_level.connect(merge_masks, 'merged_file', mask_intersection, 'in_file')

# Get regressors for the group level analysis
regressors, groups = self.get_group_level_regressors(self.subject_list)
regressors, groups = self.get_group_level_regressors(self.subject_list, self.run_list)

# MultipleRegressDesign Node - Specify model
specify_model = Node(MultipleRegressDesign(), name = 'specify_model')
Expand Down

0 comments on commit 40b226f

Please sign in to comment.