@@ -38,7 +38,7 @@ from nipype.interfaces.utility import Merge
38
38
from nipype .interfaces .freesurfer import ReconAll
39
39
from nipype .interfaces .ants .segmentation import CorticalThickness
40
40
from nipype .interfaces .ants import (ApplyTransforms , AntsJointFusion ,
41
- LabelGeometry , RegistrationSynQuick )
41
+ LabelGeometry , RegistrationSynQuick , Registration )
42
42
from nipype .utils .misc import human_order_sorted
43
43
44
44
@@ -255,7 +255,7 @@ def mindboggle(subjectid, fsdir, antsdir, antsseg, out, prov, args,
255
255
256
256
all_args = ' ' .join ([DATA , '--out' , out , '--ants' , ants ,
257
257
'--working' , os .getcwd ()] +
258
- ['--prov' , prov ] if prov else [] +
258
+ ['--prov' ] if prov else [] +
259
259
[args ])
260
260
261
261
if num_threads > 1 :
@@ -346,10 +346,6 @@ else:
346
346
transformer_nn .inputs .input_image = '/opt/data/OASIS-TRT-20_jointfusion_DKT31_CMA_labels_in_OASIS-30_v2.nii.gz'
347
347
transformer_nn .inputs .interpolation = 'NearestNeighbor'
348
348
349
- mbFlow .connect (corticalthickness , 'TemplateToSubject1GenericAffine' ,
350
- merge_transforms , 'in1' )
351
- mbFlow .connect (corticalthickness , 'TemplateToSubject0Warp' ,
352
- merge_transforms , 'in2' )
353
349
mbFlow .connect (corticalthickness , 'TemplateToSubject1GenericAffine' ,
354
350
merge_transforms , 'in1' )
355
351
mbFlow .connect (corticalthickness , 'TemplateToSubject0Warp' ,
0 commit comments