File tree 1 file changed +5
-11
lines changed
1 file changed +5
-11
lines changed Original file line number Diff line number Diff line change @@ -88,27 +88,21 @@ def init_topup_wf(
88
88
89
89
"""
90
90
from nipype .interfaces .fsl .epi import TOPUP
91
- from niworkflows .interfaces .images import RobustAverage
92
91
from niworkflows .interfaces .nibabel import MergeSeries , ReorientImage
92
+ from niworkflows .interfaces .images import RobustAverage
93
93
94
- from ...interfaces .bspline import TOPUPCoeffReorient
95
- from ...interfaces .epi import GetReadoutTime , SortPEBlips
96
- from ...interfaces .utils import (
97
- PadSlices ,
98
- ReorientImageAndMetadata ,
99
- UniformGrid ,
100
- )
101
94
from ...utils .misc import front as _front
95
+ from ...interfaces .epi import GetReadoutTime , SortPEBlips
96
+ from ...interfaces .utils import UniformGrid , PadSlices , ReorientImageAndMetadata
97
+ from ...interfaces .bspline import TOPUPCoeffReorient
102
98
from ..ancillary import init_brainextraction_wf
103
99
104
100
workflow = Workflow (name = name )
105
101
workflow .__desc__ = f"""\
106
102
{ _PEPOLAR_DESC } with `topup` (@topup; FSL { TOPUP ().version } ).
107
103
"""
108
104
109
- inputnode = pe .Node (
110
- niu .IdentityInterface (fields = INPUT_FIELDS ), name = "inputnode"
111
- )
105
+ inputnode = pe .Node (niu .IdentityInterface (fields = INPUT_FIELDS ), name = "inputnode" )
112
106
outputnode = pe .Node (
113
107
niu .IdentityInterface (
114
108
fields = [
You can’t perform that action at this time.
0 commit comments