File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed
nipype/workflows/rsfmri/fsl Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change 77from ....interfaces import fsl as fsl # fsl
88from ....interfaces import utility as util # utility
99from ....pipeline import engine as pe # pypeline engine
10- from ....algorithms .confounds import TSNR
1110from ....algorithms import confounds
1211
1312def select_volume (filename , which ):
@@ -114,7 +113,7 @@ def create_resting_preproc(name='restpreproc', base_dir=None):
114113 name = 'outputspec' )
115114 slicetimer = pe .Node (fsl .SliceTimer (), name = 'slicetimer' )
116115 realigner = create_realign_flow ()
117- tsnr = pe .Node (TSNR (regress_poly = 2 ), name = 'tsnr' )
116+ tsnr = pe .Node (confounds . TSNR (regress_poly = 2 ), name = 'tsnr' )
118117 getthresh = pe .Node (interface = fsl .ImageStats (op_string = '-p 98' ),
119118 name = 'getthreshold' )
120119 threshold_stddev = pe .Node (fsl .Threshold (), name = 'threshold' )
You can’t perform that action at this time.
0 commit comments