We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2382d3f commit 0c0a871Copy full SHA for 0c0a871
nipype/interfaces/ants/utils.py
@@ -928,7 +928,7 @@ class LabelGeometry(ANTSCommand):
928
>>> label_extract.inputs.dimension = 3
929
>>> label_extract.inputs.label_image = 'atlas.nii.gz'
930
>>> label_extract.cmdline
931
- 'LabelGeometryMeasures 3 atlas.nii.gz [] atlas.csv'
+ "LabelGeometryMeasures 3 atlas.nii.gz '[]' atlas.csv"
932
933
>>> label_extract.inputs.intensity_image = 'ants_Warp.nii.gz'
934
0 commit comments