Skip to content

Commit

Permalink
[BUG] find mask name in run-level analysis
Browse files Browse the repository at this point in the history
  • Loading branch information
bclenet committed Jan 18, 2024
1 parent 428473b commit d8bdd75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion narps_open/pipelines/team_51PW.py
Original file line number Diff line number Diff line change
Expand Up @@ -265,7 +265,7 @@ def get_run_level_analysis(self):
# Functional MRI - from the preprocessing
'func' : join(self.directories.output_dir, 'preprocessing',
'_run_id_{run_id}_subject_id_{subject_id}',
''
'sub-{subject_id}_task-MGT_run-{run_id}_bold_space-MNI152NLin2009cAsym_preproc_maths_smooth.nii.gz'
),
# Events file - from the original dataset
'events' : join('sub-{subject_id}', 'func',
Expand Down

0 comments on commit d8bdd75

Please sign in to comment.