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