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 618e5a2 commit 59083d5Copy full SHA for 59083d5
nipype/interfaces/ants/segmentation.py
@@ -1258,10 +1258,10 @@ class AntsJointFusionInputSpec(ANTSCommandInputSpec):
1258
out_label_fusion = File(
1259
argstr="%s", hash_files=False, desc='The output label fusion image.')
1260
out_intensity_fusion_name_format = traits.Str(
1261
- 'antsJointFusionIntensity_%d.nii.gz',
1262
argstr="",
1263
desc='Optional intensity fusion '
1264
- 'image file name format.')
+ 'image file name format. '
+ '(e.g. "antsJointFusionIntensity_%d.nii.gz")')
1265
out_label_post_prob_name_format = traits.Str(
1266
'antsJointFusionPosterior_%d.nii.gz',
1267
requires=['out_label_fusion', 'out_intensity_fusion_name_format'],
0 commit comments