Skip to content

Commit

Permalink
FIX: Retrieve atlas ROIs at requested density (#3179)
Browse files Browse the repository at this point in the history
Fixes #3178. Depends on nipreps/smriprep#405 to
actually work, but can be merged separately.
  • Loading branch information
effigies committed Dec 8, 2023
1 parent 1272567 commit 3ee6a1f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions fmriprep/workflows/bold/resampling.py
Original file line number Diff line number Diff line change
Expand Up @@ -641,8 +641,8 @@ def init_bold_fsLR_resampling_wf(
]
atlases = smriprep_data.load_resource('atlases')
select_surfaces.inputs.template_roi = [
str(atlases / 'L.atlasroi.32k_fs_LR.shape.gii'),
str(atlases / 'R.atlasroi.32k_fs_LR.shape.gii'),
str(atlases / f'L.atlasroi.{fslr_density}_fs_LR.shape.gii'),
str(atlases / f'R.atlasroi.{fslr_density}_fs_LR.shape.gii'),
]

# RibbonVolumeToSurfaceMapping.sh
Expand Down

0 comments on commit 3ee6a1f

Please sign in to comment.