Skip to content

Commit

Permalink
Issue with confounds method
Browse files Browse the repository at this point in the history
  • Loading branch information
bclenet committed Mar 25, 2024
1 parent fd12410 commit cf9fad9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion narps_open/pipelines/team_0ED6.py
Original file line number Diff line number Diff line change
Expand Up @@ -452,7 +452,8 @@ def get_subject_level_analysis(self):
output_names = ['confounds_file']
),
name = 'confounds',
iterfield = ['dvars_file', 'realignement_parameters', 'run_id'])
iterfield = ['dvars_file', 'dvars_inference_file', 'realignement_parameters',
'run_id'])
confounds.inputs.run_id = self.run_list
subject_level.connect(information_source, 'subject_id', confounds, 'subject_id')
subject_level.connect(select_files, 'dvars_inference_file', confounds, 'dvars_file')
Expand Down

0 comments on commit cf9fad9

Please sign in to comment.