File tree Expand file tree Collapse file tree 1 file changed +5
-8
lines changed Expand file tree Collapse file tree 1 file changed +5
-8
lines changed Original file line number Diff line number Diff line change @@ -1247,14 +1247,11 @@ class KellyKapowski(ANTSCommand):
1247
1247
>>> kk.inputs.number_integration_points = 10
1248
1248
>>> kk.inputs.thickness_prior_estimate = 10
1249
1249
>>> kk.cmdline # doctest: +ALLOW_UNICODE
1250
- u"KellyKapowski --convergence "[45,0.0,10]" \
1251
- --output "[segmentation0_cortical_thickness.nii.gz,segmentation0_warped_white_matter.nii.gz]" \
1252
- --image-dimensionality 3 --gradient-step 0.025000 \
1253
- --number-of-integration-points 10 \
1254
- --segmentation-image "[segmentation0.nii.gz,2,3]" \
1255
- --smoothing-variance 1.000000 \
1256
- --smoothing-velocity-field-parameter 1.500000 \
1257
- --thickness-prior-estimate 10.000000"
1250
+ u'KellyKapowski --convergence "[45,0.0,10]" \
1251
+ --output "[segmentation0_cortical_thickness.nii.gz,segmentation0_warped_white_matter.nii.gz]" \
1252
+ --image-dimensionality 3 --gradient-step 0.025000 --number-of-integration-points 10 \
1253
+ --segmentation-image "[segmentation0.nii.gz,2,3]" --smoothing-variance 1.000000 \
1254
+ --smoothing-velocity-field-parameter 1.500000 --thickness-prior-estimate 10.000000'
1258
1255
1259
1256
"""
1260
1257
_cmd = "KellyKapowski"
You can’t perform that action at this time.
0 commit comments