Skip to content

Commit 20e9490

Browse files
authored
fix: antsCorticalThickness interface name
1 parent aab815d commit 20e9490

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mindboggle/mindboggle123

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ PRIOR5 = os.path.join(TDIR, 'Priors2', 'priors5.nii.gz')
178178
PRIOR6 = os.path.join(TDIR, 'Priors2', 'priors6.nii.gz')
179179
PREFIX = os.path.join(ants_output, ID, 'ants')
180180

181-
corticalthickness = Node(antsCorticalThickness(),
181+
corticalthickness = Node(CorticalThickness(),
182182
name='antsCorticalThickness')
183183
corticalthickness.inputs.dimension = 3
184184
corticalthickness.inputs.anatomical_image = IMAGE

0 commit comments

Comments
 (0)