Skip to content

Commit 59083d5

Browse files
committed
removing default value from out_intensity_fusion_name_format
1 parent 618e5a2 commit 59083d5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

nipype/interfaces/ants/segmentation.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1258,10 +1258,10 @@ class AntsJointFusionInputSpec(ANTSCommandInputSpec):
12581258
out_label_fusion = File(
12591259
argstr="%s", hash_files=False, desc='The output label fusion image.')
12601260
out_intensity_fusion_name_format = traits.Str(
1261-
'antsJointFusionIntensity_%d.nii.gz',
12621261
argstr="",
12631262
desc='Optional intensity fusion '
1264-
'image file name format.')
1263+
'image file name format. '
1264+
'(e.g. "antsJointFusionIntensity_%d.nii.gz")')
12651265
out_label_post_prob_name_format = traits.Str(
12661266
'antsJointFusionPosterior_%d.nii.gz',
12671267
requires=['out_label_fusion', 'out_intensity_fusion_name_format'],

0 commit comments

Comments
 (0)