File tree Expand file tree Collapse file tree 3 files changed +10
-668
lines changed Expand file tree Collapse file tree 3 files changed +10
-668
lines changed Original file line number Diff line number Diff line change 1313from nipype .pipeline import engine as pe
1414from nipype .interfaces import utility as niu
1515from nipype .interfaces .fsl .maths import ApplyMask
16- from nipype .interfaces .ants import N4BiasFieldCorrection , Atropos , MultiplyImages
16+ from nipype .interfaces .ants import (
17+ AI ,
18+ Atropos ,
19+ ImageMath ,
20+ MultiplyImages ,
21+ N4BiasFieldCorrection ,
22+ ResampleImageBySpacing ,
23+ ThresholdImage ,
24+ )
1725
1826from ..utils .misc import get_template_specs
1927from ..utils .connections import pop_file as _pop
2028
2129# niworkflows
22- from ..interfaces .ants import (
23- ImageMath ,
24- ResampleImageBySpacing ,
25- AI ,
26- ThresholdImage ,
27- )
2830from ..interfaces .fixes import (
2931 FixHeaderRegistration as Registration ,
3032 FixHeaderApplyTransforms as ApplyTransforms ,
Original file line number Diff line number Diff line change 66
77from nipype .pipeline import engine as pe
88from nipype .interfaces import utility as niu , fsl , afni
9+ from nipype .interfaces .ants .utils import AI
910
1011from templateflow .api import get as get_template
1112
1213from ..engine .workflows import LiterateWorkflow as Workflow
13- from ..interfaces .ants import AI
1414from ..interfaces .fixes import (
1515 FixHeaderRegistration as Registration ,
1616 FixHeaderApplyTransforms as ApplyTransforms ,
You can’t perform that action at this time.
0 commit comments