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 b51d261 commit 900d9f2Copy full SHA for 900d9f2
nipype/interfaces/ants/utils.py
@@ -406,9 +406,9 @@ class LabelGeometry(ANTSCommand):
406
>>> label_extract.cmdline
407
'LabelGeometryMeasures 3 atlas.nii.gz [] atlas.csv'
408
409
- >>> label_extract.inputs.intensity_image = 'ants_warp.nii.gz'
+ >>> label_extract.inputs.intensity_image = 'ants_Warp.nii.gz'
410
411
- 'LabelGeometryMeasures 3 atlas.nii.gz ants_warp.nii.gz atlas.csv'
+ 'LabelGeometryMeasures 3 atlas.nii.gz ants_Warp.nii.gz atlas.csv'
412
413
"""
414
_cmd = 'LabelGeometryMeasures'
0 commit comments