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 4474b3a commit 9905a02Copy full SHA for 9905a02
nipype/interfaces/ants/segmentation.py
@@ -656,7 +656,7 @@ class antsBrainExtraction(ANTSCommand):
656
>>> brainextraction.inputs.brain_probability_mask ='ProbabilityMaskOfStudyTemplate.nii.gz'
657
>>> brainextraction.cmdline
658
'antsBrainExtraction.sh -a T1.nii.gz -m ProbabilityMaskOfStudyTemplate.nii.gz -e study_template.nii.gz -d 3 -s nii.gz -o highres001_
659
-
+ """
660
input_spec = antsBrainExtractionInputSpec
661
output_spec = antsBrainExtractionOutputSpec
662
_cmd = 'antsBrainExtraction.sh'
0 commit comments