File tree 1 file changed +2
-2
lines changed 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -571,11 +571,11 @@ def init_bold_fsLR_resampling_wf(
571
571
Path to BOLD series resampled as functional GIFTI files in fsLR space
572
572
573
573
"""
574
+ import smriprep
574
575
import templateflow .api as tf
575
576
from niworkflows .engine .workflows import LiterateWorkflow as Workflow
576
577
from niworkflows .interfaces .utility import KeySelect
577
578
from niworkflows .interfaces .workbench import VolumeToSurfaceMapping
578
- from smriprep import data as smriprep_data
579
579
580
580
fslr_density = '32k' if grayord_density == '91k' else '59k'
581
581
@@ -647,7 +647,7 @@ def init_bold_fsLR_resampling_wf(
647
647
extension = '.surf.gii' ,
648
648
)
649
649
]
650
- atlases = smriprep_data . load_resource ('atlases' )
650
+ atlases = smriprep . load_data ('atlases' )
651
651
select_surfaces .inputs .template_roi = [
652
652
str (atlases / f'L.atlasroi.{ fslr_density } _fs_LR.shape.gii' ),
653
653
str (atlases / f'R.atlasroi.{ fslr_density } _fs_LR.shape.gii' ),
You can’t perform that action at this time.
0 commit comments