Skip to content

Commit

Permalink
Contrasts naming
Browse files Browse the repository at this point in the history
  • Loading branch information
bclenet committed Apr 9, 2024
1 parent 20a8cae commit bd835ca
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion narps_open/pipelines/team_3TR7.py
Original file line number Diff line number Diff line change
Expand Up @@ -442,7 +442,7 @@ def get_group_level_analysis_group_comparison(self):
# Select files from subject level analysis
templates = {
'contrasts': join(self.directories.output_dir,
'subject_level', '_subject_id_*', 'con_{contrast_id}.nii'),
'subject_level', '_subject_id_*', 'scon_{contrast_id}.nii'),
#'mask': join('derivatives/fmriprep/gr_mask_tmax.nii')
}
select_files = Node(SelectFiles(templates), name = 'select_files')
Expand Down Expand Up @@ -523,6 +523,7 @@ def get_group_level_analysis_group_comparison(self):
threshold.inputs.force_activation = False
threshold.inputs.height_threshold = 0.05
threshold.inputs.contrast_index = 1
threshold.inputs.extent_threshold = 5

# Create the group level workflow
group_level_analysis = Workflow(
Expand Down

0 comments on commit bd835ca

Please sign in to comment.